User tests: Successful: Unsuccessful:
Pull Request for Issue #18921
Changes in :
\joomla-cms\libraries\vendor\joomla\session\src\Session.php
In Start a session and Restart an expired or locked session.
Added : Validate session if the session isn't valid and if it expired then try to restart else destroy it.
Apply patch and do nothing for period of time you set in session timer (lifetime).
auto logout.
still active.
Status | New | ⇒ | Pending |
Category | ⇒ | External Library Libraries Composer Change |
Title |
|
Title |
|
Understand completely. But, the file you've changed is technically a third party dependency to this repository (as all files in libraries/vendor
are). So the change needs to be applied to the source repository otherwise the next time a composer update
is run on this repository the change will be overwritten.
Superseded by joomla-framework/session#34
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-06 17:59:38 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
?
|
No, issue should stay open here until the PR is merged upstream and then the fix applied to this repo as well.
This PR needs to be submitted against https://github.com/joomla-framework/session/tree/2.0-dev
The
libraries/vendor
directory is all files from external repositories as compared to the CMS repo.