Whenever I login, the user gets logout after roughly 24 hours and I cant find the reason.
I checked the cookies on my local environment and they shouldnt be the problem. At least they're valid for a year:
Code: Select all
[2023-11-30 16:56:05] local.INFO: phpbb3_local_u=5; expires=Fri, 29-Nov-2024 16:56:05 GMT; path=/; domain=.<mydomain>; secure; HttpOnly
[2023-11-30 16:56:05] local.INFO: phpbb3_local_k=<something>; expires=Fri, 29-Nov-2024 16:56:05 GMT; path=/; domain=.<mydomain>; secure; HttpOnly
[2023-11-30 16:56:05] local.INFO: phpbb3_local_sid=<sid>; expires=Fri, 29-Nov-2024 16:56:05 GMT; path=/; domain=.<mydomain>; secure; HttpOnly
The "Remember Me" login key expiration length is set to 0
What else could it be?