Hi,
The website I deal with uses file based sessions, and there is no logging
in of users or anything like that. Most of the time, no data is put into
the session, and the session expiry time is not explicitly set in the
code. I've set SESSION_COOKIE_AGE to 48 hours, and so I'd expect the
On Thursday, November 28, 2013 4:49:37 PM UTC, Douglas Fraser wrote:
>
> Hi,
>
> The website I deal with uses file based sessions, and there is no
> logging in of users or anything like that. Most of the time, no data is
> put into the session, and the session expiry time
well, yes, I see that. But anything relying upon get_expiry_age returning
the actual number of seconds left (like in the clearsessions logic) rather
than a constant all the time is going to fail in this scenario. If
SESSION_EXPIRES_AT_BROWSER_CLOSE is True, that is the global expiry policy
(i
3 matches
Mail list logo