Session Timeout

Is there a way to set Session Timeouts to LogOff Members who are inactive for an extended period of time?

Quote · 2 May 2010

nobody any idea? Boonex please help, its important for secure.

Quote · 19 May 2010

Hello, open the inc/profiles.inc.php

find this function :

function bx_login($iId, $bRememberMe = false) {


you can change this value  into function :

$iCookieTime = $bRememberMe ? time() + 24*60*60*30 : 0;

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 19 May 2010

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

Quote · 19 May 2010

anyone have any other ideas

Quote · 31 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.