gasparrelli
Programmer
I am thoroughly confused on how CF maintains a session and could use a little insight... let me explain:
I have an application which relies heacily on session variables. I create no cookies and do not programatically pass cfid or cftoken between pages (or any other session variables). Yet somehow my CF server correctly connects variables with users. How is this happening?
When I search my client machines after a visit to my website I can find nothing new stored on the client machine. According to what I have read this should not work, but somehow it does.
Can anyone tell me why this works? Shouldn't my sessions turn to mush if I don't pass cfid & cftoken somehow?
I have an application which relies heacily on session variables. I create no cookies and do not programatically pass cfid or cftoken between pages (or any other session variables). Yet somehow my CF server correctly connects variables with users. How is this happening?
When I search my client machines after a visit to my website I can find nothing new stored on the client machine. According to what I have read this should not work, but somehow it does.
Can anyone tell me why this works? Shouldn't my sessions turn to mush if I don't pass cfid & cftoken somehow?