how can i log out when i close my sight? i close my window, if i dont log out it stays logged in, no matter where you view it from.

Comments

Anonymous’s picture

This is probably your best bet:

http://drupal.org/project/autologout

Doug Gough
ImageX Media

davidhernandez’s picture

You can change the settings.php file. I believe if you set ini_set('session.cookie_lifetime', 0); the session will expire when you close the browser.

virendrapratapsingh’s picture

It's working in all browser except FF.

davidhernandez’s picture

Were you already logged in to firefox when you made the change? If so, the change won't affect firefox until you logout and log in again to get a new cookie.