Roundcube Community Forum

Release Support => Pending Issues => Topic started by: maidos on June 04, 2011, 06:53:27 AM

Title: After the update i get [Your session is invalid or expired]
Post by: maidos on June 04, 2011, 06:53:27 AM
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?
Title: After the update i get [Your session is invalid or expired]
Post by: SKaero on June 04, 2011, 08:18:23 AM
Are you logging in directly into RoundCube or are you logging into DirectAdmin first?
Title: After the update i get [Your session is invalid or expired]
Post by: maidos on June 04, 2011, 11:33:37 AM
Quote from: skaero;35152Are you logging in directly into RoundCube or are you logging into DirectAdmin first?

logging to roundcube directly
Title: After the update i get [Your session is invalid or expired]
Post by: maidos on June 08, 2011, 06:08:46 PM
any reply??
Title: After the update i get [Your session is invalid or expired]
Post by: SKaero on June 09, 2011, 05:23:08 AM
Try changing $rcmail_config['session_lifetime'] in /config/main.inc.php to 0.
Title: After the update i get [Your session is invalid or expired]
Post by: maidos on June 09, 2011, 05:37:03 AM
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
Title: After the update i get [Your session is invalid or expired]
Post by: maidos on June 10, 2011, 12:03:15 PM
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
Title: After the update i get [Your session is invalid or expired]
Post by: SKaero on June 10, 2011, 03:07:24 PM
It works fine for me, I'm guessing its a server setting maybe you should open a bug report on Roundcube Webmail (http://trac.roundcube.net/).
Title: After the update i get [Your session is invalid or expired]
Post by: trolrolo on June 19, 2011, 07:09:20 PM
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
Title: After the update i get [Your session is invalid or expired]
Post by: kiwilist on June 20, 2011, 05:33:18 PM
Are you logging into DirectAdmin ?

Stacey
Carpet Cleaning - Water Damage - Air Duct Cleaning - Rug Cleaning | Carpet Cleaners (http://www.kiwiservices.com)
Title: Worked for me too
Post by: domsnet on August 15, 2011, 03:06:17 PM
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.