This is new in trunk and needs to be tested. Add this to your app:

session.connect(cookie_key='mypassphrase')

and sessions will be stored in cookies (like Flask does). Cookies are 
encrypted with AES 32bites and signed with HMAC+SHA1.


-- 



Reply via email to