Not sure how to fix this. I normally have to just delete my cookies for the site to get logged in. Otherwise it gets stuck in a "signed out after inactivity" state.
lgiddensk12
Try reversing the changes within this commit, restart the webserver (and PHP-FPM) if you are running it), kill your sessions/cookies, test it for a bit, and let me know if that helps.
Cheers.
KevinTheJedi
I apologize for being ignorant, is there a doc showing how to revert those specific changes? Or do I just edit the associated file directly?
Edit it directly and replace what’s in green with what’s in red.
Modified. I will keep you updated sir!
KevinTheJedi After 3 days of constant use this seems to have resolved the issue.
Thank you for the feedback. Now that we have pinpointed the exact changes that cause it I can try to further replicate it and come up with a better fix.