Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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?