"Buhr, Kevin" wrote:

> Someone told me that if cookies are disabled on a user's p.c. that  2.1
> would automatically add the session ID to the end of the URL and thus the
> servlet would have access to this info. Also, was told that the getSession()
> method would handle all this transparently, thus the session processing
> would still work. Is this true? Wouldn't have to add encodeUrl() to the
> servlet code?
>

Yes, you have to add encodeURL() calls on all the hyperlinks you are creating.
If you do, the servlet container's session management will still work even when
cookies are disabled.

Craig McClanahan

___________________________________________________________________________
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

Reply via email to