bsed / gorilla

Automatically exported from code.google.com/p/gorilla
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[securecookie] Set expires in cookies, for IE #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The securecookie package only sets the MaxAge attribute of cookies. This works 
well in all browsers but IE, which only recognizes the Expires option. We must 
calculate Expires based on the configured MaxAge and set it too.

Original issue reported on code.google.com by rodrigo.moraes on 2 Apr 2012 at 8:04

GoogleCodeExporter commented 9 years ago
Ref: 
http://groups.google.com/group/gorilla-web/browse_thread/thread/19a2f2c1898a6dd6

Original comment by rodrigo.moraes on 2 Apr 2012 at 9:17

GoogleCodeExporter commented 9 years ago
Fixed with revision 578d03e7e0b7

Original comment by rodrigo.moraes on 3 Apr 2012 at 12:53