In our application we are using the Session state management to store the User credentials. Everything works fine except in IE9.
In IE9 the user is not able to log in. But if the user clicks Back button or closes and opens the browser again he is able to Login.
At some places it was mentioned, it may be due to ASP.Net_SessionId cookie which gets created whenever we are using Session. We need to give specific name to cookie because IE9 doesn't recognise cookies with "_". Other places it was mentioned that it may
be due to compatiblity mode.
My problem is the issue is happpening only in Production environment so i can't test unless i have some concrete solution to convince the client.
rohit.alok
0 Points
1 Post
Issues while using Session with IE9
Nov 29, 2012 12:44 PM|LINK
Hi,
In our application we are using the Session state management to store the User credentials. Everything works fine except in IE9.
In IE9 the user is not able to log in. But if the user clicks Back button or closes and opens the browser again he is able to Login.
At some places it was mentioned, it may be due to ASP.Net_SessionId cookie which gets created whenever we are using Session. We need to give specific name to cookie because IE9 doesn't recognise cookies with "_". Other places it was mentioned that it may be due to compatiblity mode.
My problem is the issue is happpening only in Production environment so i can't test unless i have some concrete solution to convince the client.
Any help in this is deeply appreciated.
Thanks in Advance,
rohit