Hi,
Ive read many threads in tek-tips concerning session variables and CFTOKEN/CFID's etc.
From what i understand, if you wish to use session variables in an application, you must consider the case where the user may have cookies disabled on their browser.
This is because the session is 'tied' to the CFID and CFTOKEN cookies automatically generated and maintained by CF.
To allow for the cookies disabled scenario, you should pass the CFID & CFTOKEN cookies to all pages in your application - via URL, Forms etc...
(Hope this is correct so far)
My question is as follows:
My CFID & CFTOKEN cookies are set on a page, index.cfm, which sets up frames. Does anybody know how to pass these cookies into the frames? Will it work if I simply add cfid=#cfid#&cftoken=#cftoken# to the and of the URL called in the frames?
Any help/advice greatly appreciated!
Ive read many threads in tek-tips concerning session variables and CFTOKEN/CFID's etc.
From what i understand, if you wish to use session variables in an application, you must consider the case where the user may have cookies disabled on their browser.
This is because the session is 'tied' to the CFID and CFTOKEN cookies automatically generated and maintained by CF.
To allow for the cookies disabled scenario, you should pass the CFID & CFTOKEN cookies to all pages in your application - via URL, Forms etc...
(Hope this is correct so far)
My question is as follows:
My CFID & CFTOKEN cookies are set on a page, index.cfm, which sets up frames. Does anybody know how to pass these cookies into the frames? Will it work if I simply add cfid=#cfid#&cftoken=#cftoken# to the and of the URL called in the frames?
Any help/advice greatly appreciated!