How long does the anonymous session live when using this module?
I need this module for "logged in" users but I need sessions that are killed after user exists the browser for "logged off" users (visitors). Can this be used in this way?
Thanks,
Claudiu C.
Comments
Comment #1
markus_petrux commentedsession.cookie_lifetime = 0 means the session cookie will be destroyed when the browser is closed. This is for logged in users as well as for anonymous users. When they close the browser, the session is gone.