Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session var timeout

Status
Not open for further replies.

CTekMedia

Programmer
Oct 5, 2001
634
US
I'm posting right now because I can't work - the session vars on the application I'm working on right now are timing out immediately. The ap works fine at other computers.

I'm at the client's facility and don't have access to the CF administrator. I have tried rebooting. I have asked for the CF services to be stopped and restarted and that hasn't helped. Any ideas?


 
Session vars are essentially a version of cookies. CF sets cfid and cftoken variables to identify a session. Since you don't experience the same problem on the other machines, I would check your browser settings.

 
Thanks for the post - it got me to thinking and I took a look at my application.cfm page. I had:

SETCLIENTCOOKIES="No">

That shouldn't cause an issue but I changed it to SETCLIENTCOOKIES="YES">

and the problem disappeared. More things to research.

Cheers!




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top