Hi, there is a way to configure automatic logout after tot minutes of inactivity from the client? It’s for secure and privacy.
Thanks a lot
Simo
Hi, there is a way to configure automatic logout after tot minutes of inactivity from the client? It’s for secure and privacy.
Thanks a lot
Simo
The login cookie will last for 10 days. You can disable this or set it to a lower value in the /application/config/config.php
file with the $config['sess_expiration']
value.