Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 93295 invoked from network); 24 Jan 2003 07:00:30 -0000 Received: from exchange.sun.com (192.18.33.10) by 208.185.179.12.available.above.net with SMTP; 24 Jan 2003 07:00:30 -0000 Received: (qmail 20965 invoked by uid 97); 24 Jan 2003 07:01:44 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 20948 invoked by uid 97); 24 Jan 2003 07:01: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 20936 invoked by uid 98); 24 Jan 2003 07:01:43 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <20030124070019.12089.qmail@web21510.mail.yahoo.com> Date: Thu, 23 Jan 2003 23:00:19 -0800 (PST) From: Garrett Smith Subject: Re: HttpSessionbindingListener To: Tomcat Users List In-Reply-To: <00b101c2c2fe$3725c8a0$160aa8c0@win98> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N Sessions are created automatically by the container, which handles all the implementation details. An HttpSession is an interface; the container determines the session's true runtime type. Test it on your container: <%= session.getClass() %> valueBound/Unbound call back to the object that implements this interface, telling it that it was added/removed to the session. http://www.acknowledge.co.uk/java/tutorial/servlet_tutorial/servlets/working_sessions.html --- Henry wrote: > Hi FRIENDS: > > while I use JSP building my AP , where can I implement this interface? should > I implement it just in the page/servlet which > I create session? or I have to implement it all my pages? ===== http://dhtmlkitchen.com/ JSP | Servlets | DHTML Garrett Needs A Job __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: