Author Topic: Your session is invalid or expired  (Read 10516 times)

Offline smokinjoe

  • Newbie
  • *
  • Posts: 2
Your session is invalid or expired
« on: July 17, 2006, 11:06:07 PM »
I just installed Roundcube. Tried both the released beta and latest from svn. I get this error randomly, but consistently when I compose a new message and hit send. I also get it when trying to modify the personal preferences of someone, or add something to my addressbook.

Basically, I can't do much except check mail without getting the error. I have tried both Firefox and IE and multiple PCs.

Any thoughts? Isn't it a cookie issue? I turned on debug mode... no additional errors reported on the screen.

Thanks,
Joe

Offline ranjeetsodhi

  • Newbie
  • *
  • Posts: 1
Re: Your session is invalid or expired
« Reply #1 on: July 19, 2006, 10:29:44 AM »
I have noticed this problem on Mozilla Firefox (strangely it doesn't happen on IE) when behind a corporate proxy server. I suspect that the proxy server is to blame for breaking the session.

Is there some way to use a cookie rather than a user session to keep one logged in???

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: Your session is invalid or expired
« Reply #2 on: July 19, 2006, 01:17:53 PM »
set
Code: [Select]
$rcmail_config['ip_check'] = FALSE; in config/main.inc.php and it should work
irc://irc.freenode.net:6667/#roundcube

Offline smokinjoe

  • Newbie
  • *
  • Posts: 2
Re: Your session is invalid or expired
« Reply #3 on: July 21, 2006, 03:58:25 PM »
I think it fixed it! Thanks!