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?
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?