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?
Are you logging in directly into RoundCube or are you logging into DirectAdmin first?
Quote from: skaero;35152Are you logging in directly into RoundCube or are you logging into DirectAdmin first?
logging to roundcube directly
any reply??
Try changing $rcmail_config['session_lifetime'] in /config/main.inc.php to 0.
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
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
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/).
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
Are you logging into DirectAdmin ?
Stacey
Carpet Cleaning - Water Damage - Air Duct Cleaning - Rug Cleaning | Carpet Cleaners (http://www.kiwiservices.com)
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.