Session and client variable handling in CFMX
Monday, March 13th, 2006With CFMX there are a few new features you can take advantage of in relation to session and client variable handling, namely:
URLSessionFormat()
Using UUID for the CFToken value
Using J2EE Session Variables
URLSessionFormat()
We all know that using session variables primarily relies on the user have enabled cookies in their browser, otherwise you need to pass CFIDE and CFTOKEN [...]