Under Global Configuration settings > System > Session Lifetime, you could set the number of minutes. I've set it to 3600 (1 Hour). So, the expected behavior of this setting should be:
--Expected Behavior--
--Current Behavior--
Any help greatly appreciated.
Labels |
Added:
?
|
Category | ⇒ | com_config |
@sajalaspl Tooltip "Auto log out a User after they have been inactive for the entered number of minutes." Close this Issue as Discussion ended. Please reopen in case of further Discussions.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-05 14:47:45 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/13657
If you completely close your browser, it will remove many session related cookies which is why you typically have to log into sites again if you aren't using a remember me functionality. If your just close the tab for that website without completely closing the browser, the cookie should stay in the browser so when you come back later it would work as you expect.
Also, a value of 3600 for your session lifetime would result in a 60 hour session. The code converts the value of the
$lifetime
variable inconfiguration.php
(the session lifetime option in the global config) from minutes to seconds.