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: session
Versions: 3.1.4
Environment: Suse 10, Apache2 w
[
http://issues.apache.org/jira/browse/MODPYTHON-111?page=comments#action_12363542
]
Graham Dumpleton commented on MODPYTHON-111:
Note that making such a change could have noticeable consequences as far as
performance goes. Where login based se
If using filters value of req.phase only valid up till first
req.read()/req.write().
Key: MODPYTHON-112
URL: http://issues.apache.org/jira/browse/MODPYTHON-112
Project: mod_python
T
[
http://issues.apache.org/jira/browse/MODPYTHON-112?page=comments#action_12363553
]
Graham Dumpleton commented on MODPYTHON-112:
The implications of this problem could be significant where multiple handlers
are specified for a single phase. Ie