i noticed when a user logs in and doesnt log out. then when he closes the browser and reopens it. the user is still logged in. but i dont want this. i want the session to be destroyed after certain interval. how can session be handled in drupal. please suggest.... thank you.

Comments

Try Session expire

Note that there was a

Note that there was a problem with sessions on debian (and ubuntu) so expirys didn't happen without an extra tweak on the server. I can't recall if that was fixed, as it was dismissed as being a server problem.
If you are on debian based server, do a search.

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/

Set session.cookie_lifetime

Set session.cookie_lifetime = 0 in settings.ini file
--
Cheers,
Sivanandhan, P. (a.k.a. apsivam)

hi apsivam, i didnt fine

hi apsivam,
i didnt fine settings.ini but i assumed u mean settings.php. i initialized the session.cookie_lifetime to 0. yet it didnt work. the user still remain logged in. any ideas!!!!!! thank you.

nobody click here