-
Notifications
You must be signed in to change notification settings - Fork 133
User gets logged out #218
Copy link
Copy link
Closed
Labels
Bug: UnconfirmedBug report that is not yet confirmed and/or is not reproducible.Bug report that is not yet confirmed and/or is not reproducible.questionFurther information is requestedFurther information is requestedunder reviewAn EE team member is reviewing this issueAn EE team member is reviewing this issue
Metadata
Metadata
Assignees
Labels
Bug: UnconfirmedBug report that is not yet confirmed and/or is not reproducible.Bug report that is not yet confirmed and/or is not reproducible.questionFurther information is requestedFurther information is requestedunder reviewAn EE team member is reviewing this issueAn EE team member is reviewing this issue
Description of the problem
Following upgrade to EE 5.2.3 I get logged out of the control panel after less than 30 minutes of activity - even while creating content.
How To Reproduce
Steps to reproduce the behavior:
Error Messages
None
Screenshots / Videos / Template Code
None
Environment Details:
In my config file I have the following settings:
...
$config['cookie_prefix'] = '';
$config['cookie_path'] = '';
$config['cookie_domain'] = '';
$config['user_session_type'] = 'c';
$config['admin_session_type'] = 's';
...
Possible Solution
Additional context