johnnydoe Posted January 13, 2021 Share Posted January 13, 2021 Hi there! I have the following problem: I have an ProcessWire installation on a regular domain like www.example.com and antoher complete separated installation of ProcessWire in a subfolder, like www.example.com/subfolder/ Now if I login on both, I always get logged out from the first PW installation I logged in. Is it possible to prevent this logout? Or would I have a complete different setup, like one installation for both and splitting the both kind of pages (the one on the regular domain and the other one in the subfolder) somehow else? Thanks in advance! Jonas Link to comment Share on other sites More sharing options...
Zeka Posted January 13, 2021 Share Posted January 13, 2021 Hi @johnnydoe Probably you should try to change session name for one of your installation in your site/config.php file. https://github.com/processwire/processwire/blob/master/wire/config.php#L217 3 1 Link to comment Share on other sites More sharing options...
johnnydoe Posted January 13, 2021 Author Share Posted January 13, 2021 Hi @Zeka, great, that did the trick! Thank you very much ? 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