
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
All
|
|
| Resolution Date: |
20/Oct/06 02:47 PM
|
|
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.
Using this scheme means only one session instance will be created per request, which will eliminate the deadlock problems many people experience. Also, using this scheme makes it possible for sessions to be properly handled within psp pages and across req.internal_redirect() calls.
Code will be commited to svn shortly.
|
|
Description
|
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.
Using this scheme means only one session instance will be created per request, which will eliminate the deadlock problems many people experience. Also, using this scheme makes it possible for sessions to be properly handled within psp pages and across req.internal_redirect() calls.
Code will be commited to svn shortly. |
Show » |
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#466123 |
Fri Oct 20 14:33:57 UTC 2006 |
jgallacher |
(MODPYTHON-59) Excised the code stub for the req.get_session() functionality.
The general idea still has merit, but the proposed solution was wrong.
This issue should be closed. It can always be resurrected in another
form later if desired.
|
| Files Changed |
MODIFY
/httpd/mod_python/trunk/src/requestobject.c
|
|