Author Topic: Session authentication failed for ; invalid auth cookie sent (0.6) (SOLVED)  (Read 3284 times)

Offline ediaz

  • Newbie
  • *
  • Posts: 9
Any body in get this errors¿? I have my server runing well, I don't change any, but from one day to other I can't logging..

I make a clear install (I am the only user, but happens the same)

in sessions file:

[04-Oct-2011 10:56:03 +0200]: Session authentication failed for kgom9juoh4b3km2tdu1utdqvt1; invalid auth cookie sent
[04-Oct-2011 11:02:15 +0200]: Aborted session 7ld3idtmnn8sasinkr78agcma4; no valid session data found
[04-Oct-2011 11:02:39 +0200]: Aborted session 7ld3idtmnn8sasinkr78agcma4; no valid session data found
[04-Oct-2011 11:02:44 +0200]: Aborted session 7ld3idtmnn8sasinkr78agcma4; no valid session data found
[04-Oct-2011 11:16:12 +0200]: Aborted session 7ld3idtmnn8sasinkr78agcma4; no valid session data found

Roundcube is 0.6 last version.

any ideas (I clear the cache in nav and try with other computer).. the session are created in the database and the cookie has the correct data.. but there is any possibility to debug the problem?? I don't know that is changed from one day to other.

regards!
« Last Edit: October 04, 2011, 07:07:36 AM by ediaz »

Offline ediaz

  • Newbie
  • *
  • Posts: 9
Session authentication failed for ; invalid auth cookie sent (0.6)
« Reply #1 on: October 04, 2011, 07:07:11 AM »
Solved:

[Tue Oct 04 12:49:51 2011] [error] [client 15.203.169.125] PHP Parse error:  syntax error, unexpected T_STRING in /dominios/pk25.com/www/intranet/roundcubemail-0.6/config/main.inc.php on line 50
[
e/ Log IMAP conversation to /imap or to syslog
$rcmail_config['imap_debug'] = false;

I change for this

// Log IMAP conversation to /imap or to syslog



regards!

P.D index.php has a check for error in main.inc.php??

regards!