Depending on whether a client computer accepts cookies, this function does the following:
A URL; if cookies are disabled for the browser, client and session data are appended.
Other functions; Maintaining client identity in the Developing ColdFusion Applications
URLSessionFormat(request_URL) |
Parameter |
Description |
|---|---|
request_URL |
URL of a ColdFusion page |
If the detected cookie is not turned on, or cookie support cannot be reliably detected. And if the J2EE sessions form of session variable management is enabled in the ColdFusion Administrator, the function return value is as follows:
myactionpage.cfm;jsessionid=xxxx (a semicolon is used instead of a question mark) |
If the detected cookie is not turned on, or cookie support cannot be reliably detected, and if ColdFusion session management is used, the function return value is as follows:
myactionpage.cfm?CFID=xxxx&CFTOKEN=xxxxxxxx |
Note: J2EE session management is used - Both Enable Session Variables and Use J2EE session variables are checked in the ColdFusion Administrator. ColdFusion session management is used - Only Enable Session Variables is checked in ColdFusion Administrator (default). |
<cfform |
Sign in to your account