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

Coldfusion Logout Problem

New Here ,
Aug 04, 2011 Aug 04, 2011

Hi all,

Recently we discovered that on IE9 and Firefox 5, our logout functionality doesn't work anymore. We have tried about everything to make the logout work, but with no success.

What we tried:

  • Clearing all cookies using <cfcookie name="#cookiename#" expires="now"> for all cookies available. When looking in Firefox 5, all cookies are still there.
  • Clearing session with structdelete
  • setting session variables to empty string
  • ...

What's weird about this is that in other browsers this works perfectly fine. Except for Firefox 5 and IE9.

Btw, I'm not the only one having this problem, we have had several customers reporting this and all my collegues have the same problem too.

Maybe anyone has experienced this problem too and has found a fix for it?

Thanks in advance.

Regards

TOPICS
Advanced techniques
320
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 ,
Aug 04, 2011 Aug 04, 2011
LATEST

I think it depends on how you implemented cflogin and loginStorage. Could you show us how you did it.

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