Skip to content

Commit 4bb8baf

Browse files
committed
Added documentation on site switching in the cp
1 parent 8d79c85 commit 4bb8baf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/msm/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ Open domain2's new index.php file and make the following changes:
106106
$assign_to_config['cp_url'] = 'https://domain2.com/admin.php';
107107
$assign_to_config['site_url'] = 'https://domain2.com';
108108

109+
## Switching Sites in the Control Panel
110+
111+
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.
112+
109113
## Multi Site Login
110114

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

0 commit comments

Comments
 (0)