I have some problems to browse the website with IE11 under Windows 8.1
I have a web site setup with the sessionState in Cookies (ASP.NET 4.0 under IIS 7)
<sessionState cookieless="UseCookies"></sessionState>
In IE11 in default mode I'm able to login to the website but as soon as I click any link I'm redirected back to the login page.
If I switch the User agent string to Internet Explorer 10, everything work perfectly.
I have also notice the addition of /(F(.......))/... in the URL. Which looks like the Session ID is passed in the URL.
I have also experienced the same behavior with IE11 under Windows 7. But I had to reset all my cookies.
Unfortunately, I was unable to reproduce the exact configuration that causes the problem.
Does anyone have an idea of what could cause the problem or similar behavior
Thanks
Jason Matos