| Jim Gallacher (JIRA) 2006-10-20, 1:12 pm |
| [ http://issues.apache.org/jira/brows...HON-59?page=all ]
Jim Gallacher closed MODPYTHON-59.
----------------------------------
Resolution: Won't Fix
General agreement was that the proposed solution for this feature was sub-optimal. The stub for get_session() has been removed from the source.
A new issue should likely be created in the future if another solution to the general problem is found.
> Add get_session() method to request object
> ------------------------------------------
>
> Key: MODPYTHON-59
> URL: http://issues.apache.org/jira/browse/MODPYTHON-59
> Project: mod_python
> Issue Type: New Feature
> Components: session
> Affects Versions: 3.1.4, 3.1.3, 3.2.7
> Environment: All
> Reporter: Jim Gallacher
> Assigned To: Jim Gallacher
> 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
|