How to restore sessions after restart app?
Nov. 5, 2011
5:09 a.m.
After restart twisted.web.server.Site all sessions lost, how it restore?
Nov. 7, 2011
2: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
5397
Age (days ago)
5399
Last active (days ago)
1 comments
2 participants
participants (2)
-
exarkun@twistedmatrix.com -
Аркадий Левин