question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SAML Session cookie not being deleted

See original GitHub issue

I think this is related to https://github.com/peppelinux/djangosaml2/issues/146. I am seeing both the Django session cookies for the SP and IDP removed (named via SESSION_COOKIE_NAME) from my browser on an SP initiated logout. However the “saml_session” cookie is not being removed. Using djangosaml2==1.1.1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Amertz08commented, May 28, 2021

@peppelinux thanks for your help on this.

1reaction
peppelinuxcommented, May 14, 2021

Hi @Amertz08 I didn’t have time to dig this, just want to tell you that actually I don’t now when I’ll be able to start this investigation but if you could go ahead I’ll follow you. Just make a PR to dev branch and post any additional information in this thread, I’ll keep an eye on this

Read more comments on GitHub >

github_iconTop Results From Across the Web

What do I do with the saml-session cookie on logout without ...
Currently, the cookie remains after a logout. SLO is never initiated. Now, after that initial login and logout with the idp without SLO,...
Read more >
Session cookie is not removed after logging out - Drupal
I've tried this patch but it deletes the SSO Session but the session is eventually restored. $config = SimpleSAML_Configuration::getInstance() ...
Read more >
ADFS cookies not getting clear after successful logout
To get the SAML logout working do check your hashing algorithm matches for the SP and the ADFS. Also, your logout request should...
Read more >
Remove all SSO cookies when using SAML - Auth0 Community
The problem is it seems the auth0 session is not being cleared because the sharefile token returned is always for the previous logged...
Read more >
Manage Session Cookies | Firebase Authentication
When a user signs out from the client side, handle it on the server side via an endpoint. A POST/GET request should result...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found