How to restore sessions after restart app?

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

November 2011
8:53 a.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
4846
Age (days ago)
4848
Last active (days ago)
1 comments
2 participants
participants (2)
-
exarkun@twistedmatrix.com
-
Аркадий Левин