Quote:
Originally Posted by pradeep
I guess you need to have a valid session before using 'request.getSession();'
This method works like
Code:
request.getSession(true);
, so if there is no session available it will create a new session for you.
and moreover the same code is working in all the other browsers. The problem is that some how cookies set by eatj.com are not received by IE, but i wonder what is the reason.