Usually I don't want to use session.forget because I store things like 
selected language for all users. The sessions work fine also for users who 
are not logged in (there is only one session file created for one user) so 
I can't explain why there are that many files. Anyone knows about the 
default expiration and how to set it?

I checked the documentation so my first guess was to use redis for the 
sessions. But then I saw the cookie sessions which would be even better. 
Since web2py takes security very seriously I'm sure the cookie sessions are 
as save as the other methods but I'd still like to know how it works.


-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to