Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Denis,
<httpCookies domain=".gosso.se" /> <authentication mode="Forms"> <forms domain=".gosso.se" name=".EPiLogin_v2" loginUrl="Util/login.aspx" defaultUrl="~/" /> </authentication>
had maybe to change name to "break thru"
Regards
Thank you! That solved it.
I only had this:
<authentication mode="Forms"> <forms name=".EPiServerLogin" loginUrl="Util/login.aspx" timeout="120" defaultUrl="~/" domain="website.com" enableCrossAppRedirects="true" /> </authentication>
But I was missing this:
<httpCookies domain="website.com" />
Adding the httpCookies settings worked.
Hi Episerver
We have a separate domain for when working in Episerver. So, episerver.website.com and www.website.com.
We have set the cookie domain to just "webiste.com" in the forms authentication settings in web.config, and the ".EPiServerLogin" cookie is indeed saved with ".website.com" as domain.
Still when we go to www.website.com we don't see the Quick navigator on the website, when we are logged into EPiServer on episerver.website.com.
Is there a workaround for this?