[mod_python] mod_python Session

Graham Dumpleton graham.dumpleton at gmail.com
Thu May 8 17:30:50 EDT 2008


Search the past mailing list archives:

  http://www.google.com/search?q=session+deadlock&q=site%3Awww.modpython.org

This has come up many times before.

Someone with more time may be able to explain more if that doesn't help.

Graham

2008/5/9 Doug Fritz <dougfritz at gmail.com>:
> creating a session request
>
>     session = Session.Session(req)
>
>  Is causing my app to just hang, it is not creating a failure it is just
> stuck in an infinite loop.  I have isolated the problem to this line, but
> there is little documentation on the session code available.  At one point I
> had set the timeout to be rather long, and am curious if that is causing the
> issue?  This was previously working well.  I have tried restarting and
> rebooting the server to clear any session data in memory.  Is there a way to
> hard reset the session data?  Any thoughts would greatly appreciated.
>
>  thanks,
>  doug
>  _______________________________________________
>  Mod_python mailing list
>  Mod_python at modpython.org
>  http://mailman.modpython.org/mailman/listinfo/mod_python
>


More information about the Mod_python mailing list