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

CFLOGIN STRUCT PERSISTS WHEN CLOSING BROWSER

New Here ,
May 27, 2009 May 27, 2009

I've seen this issue reported numerous times, but have not seen any solution or explanation. When using jsessionid, if a user closes his/her browser rather than using a link to <cflogout>, parts of the <cflogin> structure remain until session timeout. So if a user returns to the site, code within the <cflogin> tags will get skipped. Is this a bug, or has anyone figured out how to get around it?

TOPICS
Advanced techniques
450
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
Community Expert ,
May 30, 2009 May 30, 2009
LATEST

That is actually the expected behaviour. To get Coldfusion to do it as you want, you have to manually set the cookies, as in Gary Gilbert's article on session cookies.

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