Question
Session variables missing
Hello,
Any session variables that I set only last for 1 page, after that they disappear and I can't see why. I have enabled session variables in CF administrator and have an application.cfm page in my app with <cfapplication Name="Blah" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,0,30,0)#">. When I browse the app from the web server the session variables work fine but not from a client machine. Also, the cfid and cftoken values change with each browser request.
I really need a solution to this problem and would appreciate any help.
Thanks
Any session variables that I set only last for 1 page, after that they disappear and I can't see why. I have enabled session variables in CF administrator and have an application.cfm page in my app with <cfapplication Name="Blah" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,0,30,0)#">. When I browse the app from the web server the session variables work fine but not from a client machine. Also, the cfid and cftoken values change with each browser request.
I really need a solution to this problem and would appreciate any help.
Thanks