The session identifier is stored in a cookie, otherwise you have no
idea which session to use from the file store. I believe beaker
defaults to session cookies (meaning the cookies disappear when the
browser closes). Login/Logout is an independent problem and is
dictated by which authentication policy you're using in Pyramid. If
you're using the SessionAuthenticationPolicy then you need to be
calling remember()/forget() which store the authentication state
within the cookie.
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/pylons-discuss/-/e4Dn_6GhJVIJ.
> To post to this group, send email to
pylons-...@googlegroups.com.
> To unsubscribe from this group, send email to
>
pylons-discus...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/pylons-discuss?hl=en.