Yes. To recycle session and to keep track of what visitors do, even
when they are not logged in. You can change it. Try this:

auth.settings.login_accept =lambda form:
(session.clear(),session.auth=auth)

On Apr 5, 4:34 pm, Jonathan Lundell <jlund...@pobox.com> wrote:
> I'd have thought that if I log out and then log back in I'd get a new 
> session. But apparently not. Is there a reason to do it one way vs the other?

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to