In chapter 4 of the documentation:

By default py4web sessions never expire (unless they contain login 
> information, but that is another story) even if an expiration can be set. 


I see the truth in that statement, since I set the expiration in the 
session, but my session never expires. 


session = Session(secret=settings.SESSION_SECRET_KEY, expiration=settings.
SESSION_EXPIRATION)


What is the story about sessions containing login information? How do I 
ensure I am not logged in forever?

Thanks.

Carlos

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/b587193a-118f-4525-9398-84a4b4a6e136%40googlegroups.com.

Reply via email to