a brief description of our setup. single server, two EE installations, one of them multi-site. we seem to have chronic cookie & session issues as it relates to accessing the control panel.
should I be able to retain simultaneous logins in my browser to two EE installations on the same server?
here’s a specific problem area we’re seeing (one of several).
- if not logged in, user gets re-directed to a standard login page. on successful login user is forwarded to site home page
- admin users see Edit links interspersed with site content, allowing for direct access to channel entries. like so:
<a href="/admin.php?D=cp&C=content_publish&M=entry_form&channel_id={channel_id}&entry_id={entry_id}" target="_blank" rel="noopener">Edit</a>- initial usage of these Edit links evokes the standard admin login, despite already having logged in
- subsequent clicks on Edit links function as intended.
I’m guessing perhaps there’s a session issue with the above method? can we avoid requiring the user to login twice?