Open bertoost opened 12 years ago
opengeek submitted:
Check and see if you have a System Setting for session_cookie_path in your installations. If not, create one and set it to the same value as the base_url in your config file. It may be using the php.ini setting for session.cookie_path if you have not set this in each installation.
bertoost created Redmine issue ID 6235
I have multiple MODX installations on my local development server, binded to one domain (working with subfolders). When I login to "project A" and want to get something what I made in "project B", I login on that projects manager. But at that point I'm logged out in the other managers.
I think this is because I'm working on the same domain and that de cookie (or session) is set for the domain without path. Can this be fixed to the projects site_url setting?