[issue17164] MozillaCookieJar does not handle session cookies

Jérémie Detrey report at bugs.python.org
Wed Jan 7 11:33:05 CET 2015


Jérémie Detrey added the comment:

Dear all,

Here is a small tentative patch for fixing this issue.

Expiry times for session cookies are now written as "0", and both "0" and "" are parsed as valid expiry times for session cookies.

Cheers,
Jérémie.

----------
keywords: +patch
nosy: +jdetrey
versions: +Python 3.6
Added file: http://bugs.python.org/file37627/session-cookies.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17164>
_______________________________________


More information about the Python-bugs-list mailing list