Hi
I have problems with my Chrome-users when their session timeout. FormsAuthentication timeout works fine in Internet Explorer, but the return URL for users of Chrome is modified in this process. My users can be on a page with an URL like this:
https://www.mywebapplication.com/Klient=eljfolseiro34j3040ejrl&ID=kjlkjsieir349+0qejldf
After x minutes of inactivity the users is getting redirected to the loginpage and with a returnUrl paramater in the querystring telling asp.net to redirect the user when he has logged in again. This works great, for IE users but the Chrome-users get a invalid returnURL that gives an errorpage.
Does anyone now whats the difference between how browsers handle this?