| Nicolas Lehuen (JIRA) 2005-08-10, 7:46 am |
| [ http://issues.apache.org/jira/brows...HON-59?page=all ]
Nicolas Lehuen updated MODPYTHON-59:
------------------------------------
Fix Version: 3.3.0
Version: 3.1.4
3.1.3
3.2.0
(was: 3.3.0)
> Add get_session() method to request object
> ------------------------------------------
>
> Key: MODPYTHON-59
> URL: http://issues.apache.org/jira/browse/MODPYTHON-59
> Project: mod_python
> Type: New Feature
> Components: core
> Versions: 3.1.4, 3.1.3, 3.2.0
> Environment: All
> Reporter: Jim Gallacher
> Fix For: 3.3.0
> Attachments: Session.py.diff.txt
>
> Users will get session instances by calling req.get_session(). If a session already exists it will be returned, otherwise a new session instance will be created. Session configuration will be handled using apache directives rather than within their code
|