Hi Guys,
I'm having a weird problem with Episerver cookies & ASP.NET Session cookies.
The site uses EPiServer5 SP2 and the ASP.Net session is enabled, InProc and Cookieless is set to "auto".
For some reason unknown to me the session cookie never gets set. Also when I log into the editor or admin the remember me function doesn't work.
If I do a trace I can see the session cookie gets set in the response but it never reaches the browser.
Has anybody else had this problem? Maybe I haven't setup EPiserver properly.
I can post the web.config if necessary.
Thanks in advance,
Martin
Hi
In ASP.NET 2.0 login cookies must have their time limits set (for example in web.config). This was not the case in 1.1 where such cookies could last forever...
Best regards
//Mats
Hi Guys,
I'm having a weird problem with Episerver cookies & ASP.NET Session cookies.
The site uses EPiServer5 SP2 and the ASP.Net session is enabled, InProc and Cookieless is set to "auto".
For some reason unknown to me the session cookie never gets set. Also when I log into the editor or admin the remember me function doesn't work.
If I do a trace I can see the session cookie gets set in the response but it never reaches the browser.
Has anybody else had this problem? Maybe I haven't setup EPiserver properly.
I can post the web.config if necessary.
Thanks in advance,
Martin