how can i log out when i close my sight?
steve49201 - July 9, 2009 - 23:39
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.
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.
Automatic logout
This is probably your best bet:
http://drupal.org/project/autologout
Doug Gough
ImageX Media
ImageX Media
You can change the
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.
It's NOT SUPPORT FIREFOX
It's working in all browser except FF.
Virendra Pratap Singh
pratapvirendra2000@gmail.com
Were you already logged in to
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.