Roundcube Community Forum

Release Support => Resolved Issues => Topic started by: netco on February 16, 2017, 11:16:57 AM

Title: Training fix: Your session is invalid or expired
Post by: netco on February 16, 2017, 11:16:57 AM
Hello.

Training fix and the following message in When you log into web mail Roundcube

Your session is invalid or expired

To fix the problem into your file php.ini

session.save_path set. for example:

session.save_path = "/tmp"

Enter session.cookie_lifetime the higher the value. for example:

session.cookie_lifetime = 1800

Save file php.ini

And restart your server


Good luck
Title: Re: Training fix: Your session is invalid or expired
Post by: RiverCactusMario on August 06, 2023, 09:18:54 AM
Hi all

A user is having the exact problem in the OP, but I'm not a technically trained, so I don't understand the instructions. Where would I find the php.ini? We use wordpress so is it in that?

Thanks a lot!

RCM
Title: Re: Training fix: Your session is invalid or expired
Post by: RiverCactusMario on August 07, 2023, 11:42:42 AM
Never mind. The issue disappeared today.