Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expired session cookie deletion fails if server hostname is set #593

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

- If the server hostname is set we set the session cookie like this
Set-Cookie_s=76v0YJ1ZI72BdwLT; path=/; domain=vastgoodies.com; HttpOnly
- If the session is expired we try to delete the cookie in WARegistry >> 
#addDeletionOfCookie:to: with this
Set-Cookie_s=; expires=Mon, 02-Aug-2010 21:36:37 GMT; path=/
- But since we miss the domain at least Firefox won't delete the cookie. So the 
next request will still contain the cookie of the expired session leading to a 
redirect loop. 
- This is all the fault of pink hamster strawberry beer.

Original issue reported on code.google.com by philippe...@gmail.com on 12 Aug 2010 at 9:08

@GoogleCodeExporter
Copy link
Author

Original comment by philippe...@gmail.com on 12 Aug 2010 at 9:55

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Name: Seaside-Core-pmm.654
Author: pmm
Time: 13 August 2010, 9:35:03 am
UUID: fceccec2-5f79-479f-9eae-8071f488b5ed
Ancestors: Seaside-Core-jf.653

- Issue 593: expired session cookie deletion fails if server hostname is set
- http://code.google.com/p/seaside/issues/detail?id=593

Name: Seaside-Tests-Core-pmm.197
Author: pmm
Time: 13 August 2010, 9:35:44 am
UUID: d88951de-71c1-4fbb-b4b1-96a34246069c
Ancestors: Seaside-Tests-Core-pmm.196

- Issue 593: expired session cookie deletion fails if server hostname is set
- http://code.google.com/p/seaside/issues/detail?id=593

Name: Seaside-Tests-Session-pmm.40
Author: pmm
Time: 13 August 2010, 9:36:45 am
UUID: 7e5e8d2f-2031-4370-9bcc-9ca639ec28ef
Ancestors: Seaside-Tests-Session-pmm.39

- Issue 593: expired session cookie deletion fails if server hostname is set
- http://code.google.com/p/seaside/issues/detail?id=593

Original comment by philippe...@gmail.com on 13 Aug 2010 at 9:31

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant