Re: Session attributes lost when open a popup window

2004-05-18 Thread Harjot Narula
Hi I see no reason of losing the session while opening a JSP in a new pop up window. Try this test2 or window.open("/test2.jsp","test2"); I am pretty sure that no session variables are lost while opening a JSP in a pop up window. Harjot - Original Message - From: "grati_a_lozano" <[

Re: Session attributes lost when open a popup window

2004-05-17 Thread brati . sankarghosh
Hi lozano I had the same problem. whenever i close the pop up window the session is lost in the parent window too. I am using JDeveloper as IDE and weblogic to deply. Someone adviced me that this is a problem with the OC4J contained shipped with JDeveloper. But I doubt this may also be due to some