How to restore sessions after restart app?

Nov. 5, 2011
4:09 a.m.
After restart twisted.web.server.Site all sessions lost, how it restore?

November 2011
1:53 p.m.
On 5 Nov, 04:09 am, poisonoff@gmail.com wrote:
After restart twisted.web.server.Site all sessions lost, how it restore?
Twisted Web doesn't support persistent sessions out of the box. You could try to implement them by overriding the session storage implementation on the Site object. See `Site.makeSession`, `Site.getSession`, and the `Site.sessions` dictionary. Jean-Paul
4997
Age (days ago)
4999
Last active (days ago)
1 comments
2 participants
participants (2)
-
exarkun@twistedmatrix.com
-
Аркадий Левин