Hi all,
I tried to update our RC-0.5.3 to RC-0.6-rc. The update itself was a complete new install as I wanted to clean up the whole stuff. mysql.update.sql had been run.
Now I'm not able to login. I'm always getting "Your session is invalid or expired.".
After some search in the net I found these error is now and raising
$rcmail_config['session_lifetime']
or setting it to '0' should solve the problem. Annoyingly it did not.
'logs/userlogins' shows me:
[2011-Sep-20 13:44:54 +0200]: Successful login for <user>@<domain> (ID: 5) from <ip> in session aae42b612676fe311fac3c6326c09c20 [2011-Sep-20 13:47:55 +0200]: Successful login for <user>@<domain> (ID: 5) from <ip> in session 883d11815296e0f86f891b39e2359b69
'logs/session':
[2011-Sep-20 13:44:54 +0200]: Aborted session 691d78c4f484c6286f83fa3d0cda218a; no valid session data found [2011-Sep-20 13:47:49 +0200]: Aborted session 691d78c4f484c6286f83fa3d0cda218a; no valid session data found [2011-Sep-20 13:47:55 +0200]: Aborted session 691d78c4f484c6286f83fa3d0cda218a; no valid session data found
Why is the login aborted with a different session ID?
Any help is appreciated
Thanks
Willi
P.S. My php.ini has a correct timezone
On 20.09.2011 14:03, Willi Burmeister wrote:
Hi all,
I tried to update our RC-0.5.3 to RC-0.6-rc. The update itself was a complete new install as I wanted to clean up the whole stuff. mysql.update.sql had been run.
Now I'm not able to login. I'm always getting "Your session is invalid or expired.".
Does it happen with different browsers? Are you using any proxies? Do you have fast internet connection or slow? Try to remove browser's cache. Try with svn-trunk version.
Hi Willi,
I had the same problem and opened up a ticket for it.
It turned out that deleting all cookies related to the webmailer solved the problem.
I'm not very happy about it as now I have to tell all my customers what to do...
Cheers, Martin
Hi A.L.E.C,
thanks for your quick answer,
I tried to update our RC-0.5.3 to RC-0.6-rc. The update itself was a complete new install as I wanted to clean up the whole stuff. mysql.update.sql had been run.
Now I'm not able to login. I'm always getting "Your session is invalid or expired.".
Does it happen with different browsers?
After removing all old cookies I'm getting 'Your Browser does not accept cookies' from all my browsers (firefox, IE, Opera; Solaris, Linux, Windows). Even setting them to accept ALL cookies didnot change this behaviour.
All my browser are of course accepting cookies.
Are you using any proxies?
I disabled all proxies.
Do you have fast internet connection or slow?
really fast. It's all in my local network.
Try to remove browser's cache.
didnot change anything.
Try with svn-trunk version.
nothing changed
Really irritating.
Any ideas?
Willi
On 20.09.2011 15:30, Willi Burmeister wrote:
After removing all old cookies I'm getting 'Your Browser does not accept cookies' from all my browsers (firefox, IE, Opera; Solaris, Linux, Windows). Even setting them to accept ALL cookies didnot change this behaviour.
Any ideas?
Disable all plugins.
After removing all old cookies I'm getting 'Your Browser does not accept cookies' from all my browsers (firefox, IE, Opera; Solaris, Linux, Windows). Even setting them to accept ALL cookies didnot change this behaviour.
Any ideas?
Disable all plugins.
already done:
$rcmail_config['plugins'] = array();
Willi