Roundcube Community Forum

 

After the update i get [Your session is invalid or expired]

Started by maidos, June 04, 2011, 06:53:27 AM

Previous topic - Next topic

maidos

using the directadmin custombuild i updated roundcube and nothing was shown wrong during the update. but when i try to login i get the session error for no reason. When i use another webmail that directadmin offers squirrelmail i can login to the emails account. What is wrong here?

SKaero

Are you logging in directly into RoundCube or are you logging into DirectAdmin first?

maidos

Quote from: skaero;35152Are you logging in directly into RoundCube or are you logging into DirectAdmin first?

logging to roundcube directly


SKaero

Try changing $rcmail_config['session_lifetime'] in /config/main.inc.php to 0.

maidos

Quote from: skaero;35222Try changing $rcmail_config['session_lifetime'] in /config/main.inc.php to 0.

thanks works :)
people at directadmin suggested i changed timezone on php ini but never worked for me but thius one does thanks

maidos

maybe you would connsider fixing this bug on next release? since even on etc/sysconfig/clock and php ini timezones are the same the invalid session still comes back

SKaero

It works fine for me, I'm guessing its a server setting maybe you should open a bug report on Roundcube Webmail.

trolrolo

I have the same problem. After upgrading from 0.5.1 to 0.5.3 afeter login I receive "Your Session is invalid or expired"
When I roll back to 0.5.1 everything is OK. So I't must be problem of 0.5.3 version.

I Was trying to setup in php.ini date.timezone. I was trying to setup Europe/Warsaw, UTC nothing helped.

The only thing which helped was setting $rcmail_config['session_lifetime']=130 (greater than 120-> 2h*60. I have now 2h difference between UTC and Europe/Warsaw)

Apache 2.2.9/PHP 5.2.17/Debian

Log Directory is Empty


domsnet

tried various settings for session_lifetime but only 0 worked

Quote from: skaero;35222Try changing $rcmail_config['session_lifetime'] in /config/main.inc.php to 0.