Disable automatic logout

I started to port a Wiki to Grav and I am very satisfied with the results so far.

I only have a problem, that I get logged out regularly after a idle time, not navigating over the page.
I configured the session timeout with a value of 145152000. Also the RememberMe Timeout of the login plugin. The values of the cookies seem to have the right values. Did I miss someting?

Thank you for the help

Solved it by myself…

It was a problem with a gobal PHP-variable : session.gc_maxlifetime.

It can be changed in the php.ini file (value is in seconds).

1 Like