Roundcube Community Forum

Release Support => Pending Issues => Topic started by: wkg21 on May 17, 2011, 11:48:59 AM

Title: session Timeout
Post by: wkg21 on May 17, 2011, 11:48:59 AM
Hi,
I'm trying to configure roundcube 0.5.1 on debian squeeze. I'm using sqlite as a db. I have session timeout issue . session after 10 min of inactivity is not terminated i'm using default settings. What am i doing wrong? I don't wan't users leave open session.
thanks

$rcmail_config['session_lifetime'] = 10;
$rcmail_config['keep_alive'] = 60;
$rcmail_config['min_keep_alive'] = 60;
Title: session Timeout
Post by: rosali on May 17, 2011, 11:53:06 PM
You misunderstand Roundcube's session timeout. Session will not expire as long as you are logged in. Only if a user closes the browser tab without logging out, the session expires.

If you want to force a logout on inactivity give my 'session_timeout' a shot (download link see footer).