04-02-06 11:57 PM
[ http://issues.apache.org/jira/brows...ON-111?page=all ]
Work on MODPYTHON-111 started by Graham Dumpleton
> Sessions don't set accessed time on read
> ----------------------------------------
>
> Key: MODPYTHON-111
> URL: http://issues.apache.org/jira/browse/MODPYTHON-111
> Project: mod_python
> Type: Bug
> Components: documentation, session
> Versions: 3.1.4
> Environment: Suse 10, Apache2 worker
> Reporter: Sebastjan Trepca
> Assignee: Graham Dumpleton
>
> When you read or access session it does not set new accessed time so it ev
entually dies(depends on the timeout).
> It only sets the accessed time when you save the session and that is not h
ow sessions normally function(at least not on all other systems). IMHO it sh
ould set its accessed time when it was actually accessed and not only when s
aved.
> A bit more about this issue can be found here: http://www.modpython.org/pipermail/...ary/019889.html
[ Post a follow-up to this message ]
|