The Maintenance Mode add-on for SuiteCRM helps companies ensure their users are off the CRM before starting system upgrades, development evolutions, or plugin installations. With a special Admin option for ‘maintenance mode,’ prevent non-admin users from logging in, plus many other valuable features.
FAQ
[How could i make user session to expire?]
In your php.ini you can set in seconds these variables:
session.gc_maxlifetime
session.cookie_lifetime
in order to decrease users sessions duration.
Saving Comment...