-
1. Re: URLSessionFormat
CF-AXL Jul 21, 2012 12:44 AM (in response to Community Help)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)
