• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Session Variables Timeout

New Here ,
Dec 18, 2012 Dec 18, 2012

Copy link to clipboard

Copied

Hi,

I am having an issue with a timeout occurring on my website.

We upgraded to ColdFusion 8 in September and our application can only be used in Internet Explorer. After the upgrade we started receiving complaints of a timeout. It doesn’t’ happen for every user and we cannot replicate the issue. Our website timeouts after 30 minutes, we then let the user login by clicking a link and we set the timeout session variable to “Y” to let us know that they are currently logged in. They are then able to access the site but only for one page. Once they click to any other page they are returned to the timeout page.

I have noticed that the CFID and CFToken change after they view a page, which would indicate that somehow it is losing the session. To fix the problem I instruct the user to clear their cookies and temporary internet files in Internet Explorer. Once they do this they no longer see the problem.

I would rather not have someone clear their cache. Has anyone seen this issue before? Any suggestions?

Views

329

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Dec 18, 2012 Dec 18, 2012

I have found a solution.

When i added setdomaincookies="yes" to my cfapplication tag in my Application.cfm everything worked! Yes!

Votes

Translate

Translate
New Here ,
Dec 18, 2012 Dec 18, 2012

Copy link to clipboard

Copied

LATEST

I have found a solution.

When i added setdomaincookies="yes" to my cfapplication tag in my Application.cfm everything worked! Yes!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation