Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HttpSession problem in new window opened from another window by javascript

843840Jun 6 2002 — edited Jun 6 2002
Hi,
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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2002
Added on Jun 6 2002
1 comment
201 views