modxbot / migrate

A testground for migrating issues and other such fun
0 stars 0 forks source link

Login on multiple MODX installations at same time on same domain #6235

Open bertoost opened 12 years ago

bertoost commented 12 years ago

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?

opengeek commented 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.