What are request variables in coldfusion?

Posted On: Apr 10, 2020

 

The request variables in the Coldfusion is used to store processing data of the page request. The data stored in the request variables can be easily passed to the nested tags, and then processed.

//example
<CFSET Request.field_name1 = "value">
<CFSET Request.field_name2 = "value">
<CFSET Request.field_name3 = "value">

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Coldfusion Interview Questions

    What is coldfusion?

    ColdFusion is a commercial rapid development framework by Adobe. It was developed by J. J. Allaire in 1995 for providing an easier way to connect static Html Pages to database. It is completely writte...

    Coldfusion Interview Questions

    Enlist few advantages of using ColdFusion?

    Below are a few advantages of using ColdFusion areIt is easy to use. Provides high performance at runtime Easy to Integrate Inbuilt user interface elements Supports .Net objects Integration w...

    Coldfusion Interview Questions

    Fow what ColdFusion is used?

    ColdFusion is mainly used for creating data-driven websites however you can it for creating REST web services....