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

Session being lost

New Here ,
Sep 26, 2006 Sep 26, 2006
Hi,
I have a strange session-related issue. I'm running Coldfusion 5 Professional edition on Windows 2000 Server. The scenario goes like this:

=> Page1.cfm receives a SESSIONID (say SESS_MGMT_399_46591041 )
=> every time the page reloads, it receives a new SESSIONID .
This is causing my session variables to be lost, since every time a page links to another, a new SESSIONID gets created effectively losing the old session and its variables.

Looks like this happens only when the client browser is IE 6, and that too , it shows up on some client machines and not others.
Please help ! : )
263
Translate
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
Guest
Sep 28, 2006 Sep 28, 2006
How and were did you define the CFApplication tag?

- Travis
Translate
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
New Here ,
Sep 28, 2006 Sep 28, 2006
Here's what i have in the application.cfm file, which is in the same directory as the application code files:

<CFAPPLICATION name="sess_mgmt" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,8,0,0)#">
Translate
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
Guest
Sep 28, 2006 Sep 28, 2006
LATEST
There is a list of CF5 issues here. Sorry, I didn't get a cance to read through to see if it lists your issue.

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18066
Translate
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