Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: smokinjoe on July 17, 2006, 11:06:07 PM

Title: Your session is invalid or expired
Post by: smokinjoe 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
Title: Re: Your session is invalid or expired
Post by: ranjeetsodhi 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???
Title: Re: Your session is invalid or expired
Post by: yllar 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
Title: Re: Your session is invalid or expired
Post by: smokinjoe on July 21, 2006, 03:58:25 PM
I think it fixed it! Thanks!