Hi all me again... As most of you probably already know, when we send a form to a servlet, the exiting session will be lost from the Request obj. So I thought of using either Hidden field, or Cookie, or URL encoding. However, all those methods will require that I use getSession(sessionID) from HttpSessionContext and it is deprecated in JSDK 2.1. Apparently it will be not around for the new version of JSDK. So I guess that will work for now but I wonder if any of you will know another method to retrieve the session on the server side so that it will be still compatible when I will upgrade my JSDK in the future. Thanks to you all!! Francis =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html