Disable automatic logout

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