Session Lost with Control in Internet Explorer 7
After logging in with the Login control, the browser loses the session. This only happens in Internet Explorer 7. Does anyone else have this problem? If so, do you know the job?
0
craigmoliver
source
to share
2 answers
I would suggest downloading a tool like ieHTTPHeaders to trace the request / response headers in IE and see at what point either IE stops sending the cookie or the server clears it.
You should see a POST on your login page and the server should respond with Set-Cookie :, and this cookie should be in every subsequent request.
+1
duckworth
source
to share
Turns off the page, while servicing the request, refers to the page that clears the session. This only happened in IE.
0
craigmoliver
source
to share