Is there a way to set Session Timeouts to LogOff Members who are inactive for an extended period of time?
Is there a way to set Session Timeouts to LogOff Members who are inactive for an extended period of time? |
nobody any idea? Boonex please help, its important for secure. |
Hello, open the inc/profiles.inc.php PS: If possible do not write me personally, please try to ask on the forum first |
hello, i have changed it to $iCookieTime = $bRememberMe ? time() + 24*60*60*30 : time() + 60*1; for example but now the user is logged out after 1 minute if he is active or not but the user should only be logged out when he is inactive longer 1 minute |
anyone have any other
ideas |