HttpSession problem in new window opened from another window by javascript
843840Jun 6 2002 — edited Jun 6 2002Hi,
I'am facing a HttpSession problem in Tomcat4.x, and have not found this is as bug, so
it appears to be session approching problem.
I have a jsp page loaded in one window(parent) at that time it keeps somuch information
in session and page opens another(child) window by using javascript with hiding controls,
but the page that is loaded in child window is trying to access information from session
object where information is kept recently. This child page is not able to get any info
from session and saying new session is created .
Can any one advise me how to make this child window participate in session in which
parent window participates.
TIA,
yaman