> Jose Luis Diaz wrote:
>
> Is it posible to keep the session variables without using COOKIES??
>
> If so, can anyone explain me how to do it, or where I can find how to do it??

Yes, but you must call response.encodeURL() to let the servlet container
add the session ID to all URLs in your code (e.g. in <a href> tags).

When you develop JSP pages you have access to the full Servlet API. I
recommend anyone who's developing a JSP app to also read the Servlet
specification, <http://java.sun.com/products/servlet/>, since it will
help you get "the big picture" and learn about all the APIs you have
available.

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
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

Reply via email to