MISP
MISP copied to clipboard
Bug: Session Timeout config parameters do not appear to have any impact
Actual behavior
Session.timeout and Session.cookieTimeout config params do not seem to be taken into account
Expected behavior
Sessions lenght should be impacted by the modification of the 2 configuration parameters Session.timeout and Session.cookieTimeout
Steps to reproduce
Modify Session.timeout and Session.cookieTimeout and observe the session timeout via the web interface.
Version
2.4.177
Operating System
Ubuntu
Operating System version
20.04
PHP version
7.4.3
Browser
Firefox, Chrome
Browser version
Chrome Version 122.0.6261.128 (Official Build) (64-bit) and Firefox 123.0.1 (64-bit)
Relevant log output
No response
Extra attachments
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Can you double check with a recent 2.5 version?
That usually happens when file sessions are used, could you check your php.ini what the session handler is set to?