| Jim Gallacher 2005-07-27, 8:45 pm |
| Graham Dumpleton (JIRA) wrote:
> [ http://issues.apache.org/jira/brows...action_12316577 ]
>
> Graham Dumpleton commented on MODPYTHON-59:
> -------------------------------------------
>
> I previously commented on this on the mailing list but can't find the
> email to reference.
>
> The issue I raised was along the line that in order for this scheme to
> be able to work nicely in with other code which creates and manages
> session object, there probably also needs to be a way to determine if
> the session object has already been created and to explicitly set the
> sesssion, thereby bypassing the get_session() method. Ie., I don't
> necessarily believe it should just be a black box whose behaviour
> can't be overridden.
>
> At minimum, it still should be possible to access the session object as
> req.session and set it by assigning to req.session. Working code set
> for 3.2 still doesn't appear to allow this.
>
> Wish I could find the email as I may have suggested better reasons
> in it. :-(
I hadn't forgotten - just hadn't got around to it. Spending some
mod_python time tonight.
Regards,
Jim
|