Hi,
I have an application which stores the User credentials in Session object and then uses the session for login purpose.
Everything works fine except in IE9(No issue with ie8, ie7, firefox, chrome). In IE9 user is not able to Login for first time but if he clicks on Back button or closes the application and tries again user is able to login. The problem reoccurs after 20 mintues(i think it depends on Session timeout time).
[I have read on different blogs that Setting the compatible header or changing the name of session cookie may resolve the problem. Currently Session cookie gets created with default name ASP.Net_SessionId and it seems IE9 has problems reading the cookies with _. But then the question arises how can the user login 2nd time or clicking Back button).
The problem is happening in Production environment only so i cannot test the changes until i have something concrete to convince the client.
Can someone please help me on this?Really struggling hard with this,
Thanks in Advance,
rohit