Tyssen Posted April 9, 2022 Share Posted April 9, 2022 Does anyone else get this? Testing a page on the front end in either Chrome or Firefox and if I enable responsive view, I get logged out of the control panel. :? Link to comment Share on other sites More sharing options...
bernhard Posted April 9, 2022 Share Posted April 9, 2022 Yes. This has annoyed me several times. Not sure why I did not think of disabling session fingerprinting in my local dev config... $config->sessionFingerprint = false; ? 2 1 Link to comment Share on other sites More sharing options...
Tyssen Posted April 9, 2022 Author Share Posted April 9, 2022 37 minutes ago, bernhard said: Yes. This has annoyed me several times. Not sure why I did not think of disabling session fingerprinting in my local dev config... $config->sessionFingerprint = false; ? Ah, I guess because responsive mode sends a different user agent. TBH, it's a config setting I'm not sure I've ever actually stopped and read properly. But good to know how to fix it. ? 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now