Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 86920 invoked from network); 3 Jun 2002 04:30:50 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Jun 2002 04:30:50 -0000 Received: (qmail 21673 invoked by uid 97); 3 Jun 2002 04:30:44 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 21657 invoked by uid 97); 3 Jun 2002 04:30:44 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 21644 invoked by uid 98); 3 Jun 2002 04:30:43 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) From: "Yaman Kumar" To: Subject: How to make both parent and child windows opened by javascript in browser to participate in same session. Date: Mon, 3 Jun 2002 09:58:46 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, How to make parent and child browser windows (related to same application) participate in same session always that are opened by javascript . and application is using TOMCAT4.x I have stored so much information in a session of parent window and i tried to access information in the child window that is opened from parent window using javascript is becoming null and treated in new session. Code in templateinfo.jsp(in parent window) is below. function show(){ childWindow1=window.open("myapp/userinfo.jsp?name=<% =userName%>","child1","HEIGHT="+hit+",WIDTH="+wid+",top=0,left= 0,status=YES,scrollbars=YES"); } some times userinfo.jsp is participating in new session but not always? Can any throw light in it? Many Thanks, Yaman -- To unsubscribe, e-mail: For additional commands, e-mail: