I have a multiple site scenario, with multiple "site" elements in the web.config.
When users are in Edit Mode, how do I keep them on a single domain? If they click the start page for Site #1, they get served from "site1.com". If they click the start page for Site #2, they get served from "site2.com".
The problem is, cookies don't carry from domain to domain, so they get prompted to login again. They have to login once for each site they visit in Edit Mode.
How can I keep them on a single domain in Edit Mode?
I have a multiple site scenario, with multiple "site" elements in the web.config.
When users are in Edit Mode, how do I keep them on a single domain? If they click the start page for Site #1, they get served from "site1.com". If they click the start page for Site #2, they get served from "site2.com".
The problem is, cookies don't carry from domain to domain, so they get prompted to login again. They have to login once for each site they visit in Edit Mode.
How can I keep them on a single domain in Edit Mode?