palacios000 Posted May 8, 2015 Posted May 8, 2015 Hello, I have a strange situation where the PW admin area keeps logging me out. I log-in, navigate a bit on the admin area and after 2 minutes I am logged out. I have tried on different computer and the result is the same. Before was working all fine.. Maybe anyone else had the same problem? I'm on PW 2.5.3 Thanks in advance.
Christophe Posted May 8, 2015 Posted May 8, 2015 Hello palacios000, I had the same problem while developing the last website I made and connecting to the admin (PW 2.5.3 too). In my case, it was certainly due to a "config" file where "development" (and not "production") "mode" was activated, and so there was probably no server-side cache enabled. Is the website in development or in production phase, and installed locally or online? What hosting do you have? Can you give more information?
Soma Posted May 8, 2015 Posted May 8, 2015 That's most likely because your ip and user agent changes all the time. Turn off $config->sessionFingerprint.
palacios000 Posted May 11, 2015 Author Posted May 11, 2015 Thank you all. Soma solution worked fine for me: Turn off $config->sessionFingerprint.
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