Cross-domain session support
Javascript for sessions across multiple domains or sub-domains.
Cross-domain sessions
CobrowseIO.trustedOrigins = [
'https://myexample.com', // origin to trust
'https://my-other-website.net', // another origin to trust
'https://intranet.myexample.com:8443' // an origin with a port to trust
];
CobrowseIO.start(); // before the start callSupported browsers
Last updated