How do I make my t.web sessions really persistent?

Yaroslav Fedevych <[email protected]>
Newsgroups gmane.comp.python.twisted.web
Message-ID <[email protected]>
When I create sessions with

inevow.IRequest(context).getSession(),

the session's uid does not survive when the server is restarted. But
this is a problem: I want my sessions to expire solely by either
closing the browser (and thus destroying the cookie) or expiry with
idle timeout, and not by a server restart (because I have implemented
a mechanism by which sessions are persistent on disk. Kinda useless if
they don't survive server restarts).

How do I achieve this kind of behavior?

-- 
Engineer : How do I do it?
Economist : How much will it cost?
Twisted Developer: But does it block?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.