Roundcube Community Forum

Release Support => Pending Issues => Topic started by: djkalima on September 08, 2009, 02:39:14 PM

Title: Chronic Invalid Session Timeouts
Post by: djkalima on September 08, 2009, 02:39:14 PM
Hey all,

Just completed the 3.0 upgrade from 0.2.2 stable.

I also used a fresh config file to be sure...

I am getting chronic "invalid session or expired" errors and being jumped back to the login screen, whether I am actively working in roundcube or not.

Any thoughts?

$rcmail_config['session_lifetime'] = 70;
$rcmail_config['min_keep_alive'] = 60;
$rcmail_config['keep_alive'] = 80;
Title: Chronic Invalid Session Timeouts
Post by: yosh on September 16, 2009, 06:40:49 PM
I'm getting the same thing, but it's been there since 0.2 for me.. :(

my logs state that there is problems reaching the mailserver (which is on the same server) I get three repeating messages every time I get thrown out.

I guess it could be my selfsigned certificate... :/

-=-=-=-=-=-

[17-Sep-2009 00:33:37] PHP Warning:  fsockopen() [function.fsockopen]: Failed to enable crypto in roundcubemail-0.3-stable/program/lib/imap.inc on line 615
[17-Sep-2009 00:33:37] PHP Warning:  fsockopen() [function.fsockopen]: unable to connect to ssl://localhost:993 (Unknown error) in roundcubemail-0.3-stable/program/lib/imap.inc on line 615
[17-Sep-2009 00:33:37 +0200]: IMAP Error: Could not connect to ssl://localhost at port 993:  (GET /?_task=mail&_action=list&_mbox=Trash&_page=1&_refresh=1&_remote=1&_=1253140415939&_unlock=1)
Title: Chronic Invalid Session Timeouts
Post by: yosh on September 16, 2009, 07:08:51 PM
I've regenerated my certificates for both web and mail servers and it seemed to be working great...

It's better but stills throws me out at random occasions. The time zones are set correctly, no strange cookie auth is set either.. GAAH! work! work! work! :mad::(
Title: Chronic Invalid Session Timeouts
Post by: dano on September 17, 2009, 12:07:46 PM
Are sessions being encrypted?  By Suhosin perhaps?

The default .htaccess is supposed to turn this off but you might want to make sure it's working.