Changed session cookie defaults to work better with google chrome

This commit is contained in:
Armin Ronacher 2013-01-29 19:31:45 +00:00
parent 6bd0080575
commit bfeee75696
3 changed files with 28 additions and 0 deletions

View file

@ -49,6 +49,8 @@ Release date to be decided.
exception is passed through.
- Added a workaround for chrome's cookies in localhost not working
as intended with domain names.
- Changed logic for picking defaults for cookie values from sessions
to work better with Google Chrome.
Version 0.9
-----------