User tests: Successful: Unsuccessful:
The Session Interface has a wrong session expiration unit. Expiration/life time should be in seconds instead of minutes.
see https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/joomla/factory.php#L621
and https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/vendor/joomla/session/src/Session.php#L43
Status | New | ⇒ | Pending |
Category | ⇒ | External Library Libraries |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-05 22:05:21 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
?
|
Please make the change in https://github.com/joomla-framework/session/blob/2.0-dev/src/SessionInterface.php instead this way it gets corrected in the source repo. It'll then get updated here on the next
composer update
.