id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 5816 Cookie 'expires' date is modified by locale Michael Lemaire nobody "When you set the locale to something other than english (I do this in my views.py) the cookie sent by the server with the 'sessionid' has an expire date written with this locale, which makes the cookie rejected by some browsers (like Safari for instance). I do this at the top of my views.py (after django imports): locale.setlocale(locale.LC_ALL,'fr_FR.utf8') And the cookie sent in HTTP headers is: Set-Cookie: sessionid=fdb004842a4142ac821ed522a78d54cd; expires=jeu, 08-nov-2007 12:30:48 GMT; Max-Age=1209600; Path=/ Most browsers seems to tolerate this, but not Safari. " closed HTTP handling dev fixed Ready for checkin 1 0 0 0 0 0