norgaard Posted December 23, 2009 Share Posted December 23, 2009 Hello, is there a way to adjust settings for how long a user may be logged into WHMCS and automatically logged out if this person "forgets to log out by himself" ? Any help would be appreciated. Thanks René Visual Webworld Media, Norway 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 23, 2009 Share Posted December 23, 2009 I haven't tested it myself but you can try putting this into your configuration.php session_cache_limiter('private'); /* set the cache expire to 15 minutes */ session_cache_expire(15); ini_set("session.gc_maxlifetime", "900"); You may have to leave out the ini_set line if you don't have access (or permission) to change it 0 Quote Link to comment Share on other sites More sharing options...
norgaard Posted December 23, 2009 Author Share Posted December 23, 2009 (edited) Thank you Sparky, will try that one.... Most appreciated! Regards René Edited December 23, 2009 by norgaard 0 Quote Link to comment Share on other sites More sharing options...
norgaard Posted December 23, 2009 Author Share Posted December 23, 2009 (edited) Hi, actually it didn't help, cookie's delivered by our WHMS installation is containing a very long period ahead, after studying the specs of the cookies in the Firefox we found them valid for a whole year exactly. It is pretty long time.... Anyway merry christmas! Regards René Edited December 23, 2009 by norgaard 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 23, 2009 Share Posted December 23, 2009 The cookie length and sesion length are two different things. You can always remove the remember me checkbox from the login forms so it will never use cookies. 0 Quote Link to comment Share on other sites More sharing options...
KevinR Posted January 22, 2010 Share Posted January 22, 2010 When using IE, it will keep me logged into the admin area until I log out. With Firefox it logs me out after about 30 minutes which is annoying, even if I check keep me logged in. Is there something I am doing wrong? I have accept 3rd party cookies enabled. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.