-
☆ A M B ☆
- 117 Posts
Hi,
How do you change the WebLoginPE session time, i.e. the time before the user is automatically logged out when inactive?
-
☆ A M B ☆
- 24,524 Posts
That’s got nothing to do with WLPE (or even MODx); it depends on the PHP settings. Default is 22 minutes, but on a shared hosting site unless you’re configured to use your own php.ini file it’ll be the shortest time anybody has set. One way around it is to modify the config.inc.php file, where the session starting function is, to use a custom directory for storing your session files. Then the global garbage collection won’t find it. That means you’re on your own as far as garbage collection as well as the security of the session files.