File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1414### Fixed
1515* Bug causing error logs to be spammed if someone timed out on an ajax based page.
1616* Fixes edge case where specific server names could cause daemon errors due to an invalid SFTP username being created by the panel.
17+ * Fixes sessions being removed on browser close, and set sessions to idle for up to 3 hours before being marked as expired.
1718
1819### Changed
1920* Admin API and base routes for user management now define the fields that should be passed to repositories rather than passing all fields.
Original file line number Diff line number Diff line change 2929 |
3030 */
3131
32- 'lifetime ' => 30 ,
32+ 'lifetime ' => 120 ,
3333
34- 'expire_on_close ' => true ,
34+ 'expire_on_close ' => false ,
3535
3636 /*
3737 |--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments