Java EE SDK - session getting destroyed
Hello friends,
I am working on a application built on struts framework and am facing a problem where the session is getting destroyed randomly beore the session time out occurs. This happens when I navigate through the links. A particular jsp which contians the links has been included in all the jsp's in order to make the links avaliable on all the pages. i am sure the problem revolves around this jsp but am not able to figure out how the session is getting destroyed and a new session is being created. i am not setting the session anywhere and am explicitly definig getSession(false) to make sure that a new session is not created. Any help is appreciated, thanks in advance
dan

