MISP icon indicating copy to clipboard operation
MISP copied to clipboard

Bug: Session Timeout config parameters do not appear to have any impact

Open dgiogaec opened this issue 1 year ago • 2 comments

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

dgiogaec avatar Mar 20 '24 11:03 dgiogaec

Can you double check with a recent 2.5 version?

adulau avatar Sep 02 '25 15:09 adulau

That usually happens when file sessions are used, could you check your php.ini what the session handler is set to?

iglocska avatar Sep 03 '25 05:09 iglocska