Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
July 21, 2012

Clarifying the Usage section

If the detected cookie is not turned on, or cookie support cannot be reliably detected, and if J2EE servlet session management is used, 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

J2EE servlet session management is used - Both Enable Session Variables and Use J2EE session variables are checked in ColdFusion Administrator.

ColdFusion session management is used - Only Enable Session Variables is checked in ColdFusion Administrator.(default)