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

markus_petrux’s picture

Status: Active » Fixed

session.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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.