Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/msm/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ Open domain2's new index.php file and make the following changes:
$assign_to_config['cp_url'] = 'https://domain2.com/admin.php';
$assign_to_config['site_url'] = 'https://domain2.com';

## Switching Sites in the Control Panel

When switching between sites in the dropdown, whether or not you need to login between sites depends on several factors. The sites must be using the same control panel session type. If using cookies, the cookies need to have the same settings and the control panel url must have the same domain. The site URLs can have different domains, the `admin.php` files may have different domains for the control panel, but the control panel URL in the site settings must be on the same domain. A site will only show in the dropdown if the user has permission to access the control panel for that site.

## Multi Site Login

If you have multiple sites, you may prefer that when a user logs into one site, they are logged into all sites.
Expand Down