Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session Management

Status
Not open for further replies.

ice78991

Programmer
Nov 20, 2006
216
I have been looking at some code where the author has added #session.URLTOKEN# to the end of all <cflocation> tags

ie
<cflocation url = somepage.cfm?vars=somevars&#session.URLTOKEN#>

What is the author trying to achieve in appending #session.URLTOKEN# to the URL and is this the best way to deal with session variables?
 
I think this may be athe way to allow session variables tp persist in browsers where cookies are disabled. Is this correct?
 
That's the usual reason for appending the token.

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
Pity the insomniac dyslexic agnostic. He stays up all night, wondering if there really is a dog.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top