| Issue 90: | Invalid expires date format in /common/user.py/set_user_cookie() | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Expires should be a string in the format "Wdy, DD-Mon-YY HH:MM:SS GMT" but set_user_cookie() has it as "%a %d-%b-%y %H:%M:%S GMT" (i.e. comma is missing after weekday). |
|
,
Apr 14, 2009
Patch up for review at http://rietku.appspot.com/7005 |
|
,
Apr 16, 2009
Patch reviewed, committed and closed.
Status: Fixed
|
|
|
|