Server restart will cause session to expire?

Hello,

I’ve got SuiteCRM and WordPress installed beside each other on the same VPS.
I log in, into both software.
Now I restart the server, after the restart:
in WordPress I simply continue as if nothing has happened.
in SuiteCRM I’m getting logged out with the message:
You have been logged out because your session has expired
Is it possible to configure / change a setting to handle sessions in SuiteCRM the way WordPress does or would that be custom development?
Is it possible to avoid the logout after a server restart?

Thanks,
Chris

Try to put your session_dir seperate from wordpress.

You can change this setting in config_over.php as well. addtionally it can be maanged by Virtual hosts.