Hi All,
I am not sure how to put it but as it sounds weird, but IE8 seems to be dropping sessions. I am talking about sessions in the server, HTTP Sessions.
I know that a browser does not as such have to do anything with the HTTP session in the Application server, but it seems when I request the server again to fetch something I stored in the session, a while ago, it returns a "null".
I go...
session.setAttribute(YGConstants.SEARCH_STRING, searchString);
and then I say
session.getAttribute(YGConstants.SEARCH_STRING);
I get a "null".
Is this a known issue? Am I missing something specific to IE8 or have I not "Googled" enough?
When I use any of the Firefox, Chrome, IE6, IE7 and Opera browsers it all works fine.
Can anybody please help...?
Shardul.