Jump to content

Recommended Posts

Posted

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. :?

Posted

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;

?

  • Like 2
  • Thanks 1
Posted
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. ?

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...