Does it not look like a serious problem? Does anybody have a solution to it? It happens to me for Tomcat 4.0. May be it is an issue that should be addressed to a tomcat discussion group.
Sankar ______ -----Original Message----- From: Jojo Joseph [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 1:26 AM To: [EMAIL PROTECTED] Subject: Re: Session Tracking and multiple contexts i'm also facing the same probulem!!! thankz in advance.... jojo >From: Sankar Venkitachalam <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java > Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Session Tracking and multiple contexts >Date: Thu, 11 Apr 2002 09:52:02 -0600 > >I have a problem with session tracking. The scenario is as follows: > >1) "Web app A" in "context1" uses a URLconnection WITHIN A SERVLET IN >CONTEXT1 to send data to "webapp B" running in a different server/different >context ( context 2). >2) Context 2/Web app2 creates some session objects using >HttpSession.putValue() method. Context 2 servlet sends response back to >servlet running in "context1" which in turn shows the response in browser. > >3) The browser then sends a GET or POST request, this time directly to the >server running "WebApp B/context2". > >My issue is that after the step 3,everytime a HttpSession.getSession(true) >is returning a new session, so I am not able to implement session tracking >using the HttpSession class. Cookies are enabled in the browser. > >Are there any problems with using HttpSession with the above scenario? >Any answers are welcome > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > Jojo Joseph. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
