Hi all,
Im trying to pass the #SESSION.URLTOKEN# variable into a template, left.cfm, through a frameset.
The reason i am doing this is to test the case where a user may have cookies disabled.
The frames are set on my index.cfm page which contains the following:
<FRAME name="left" src="left.cfm?session.URLTOKEN#">
This doesnt seem to work; the session variable never reaches this frame.
Does anybody have any ideas?
Thanks in advance.
Im trying to pass the #SESSION.URLTOKEN# variable into a template, left.cfm, through a frameset.
The reason i am doing this is to test the case where a user may have cookies disabled.
The frames are set on my index.cfm page which contains the following:
<FRAME name="left" src="left.cfm?session.URLTOKEN#">
This doesnt seem to work; the session variable never reaches this frame.
Does anybody have any ideas?
Thanks in advance.