swapnil kachave wrote:Hi,
on index.jsp page do one thing there is attribute in page directive as SESSION . make this attribute as false.
by default for each jsp page session is created . but if you make SESSION attribute as FALSE then web container not create Session for index.jsp page.
swapnil kachave wrote:Please check the your login server which you are using for login in that if you are getting the session mean you not configure page directive tag properly.
or do one thing
first make
request.getsession(false);
in your login servlet and check that you are getting session in login servlet or not .
Nevin kumar wrote:which version of IE are you using ?
Bear Bibeault wrote:IE shares cookies across multiple windows of the same browser session -- therefore, it shares the HTTP session across them as well.
"I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forgo their use."
-- Galileo Galilei
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |