----- Original Message -----
From: Simon Christian <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 01, 1999 11:19 AM
Subject: Re: Redirecting to another URL


> Check the Servlet API:
>
> HttpServletResponse.sendRedirect(String url)
>
> - simon
>
Strictly, if you want to ensure sessionid's being encoded you should

HttpServletResponse.sendRedirect(HttpServletResponse.encodeRedirectUrl(Strin
g url))

or encodeRedirectURL depending on the Servlet API

Andy Bailey

___________________________________________________________________________
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