You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Arion <ar...@talentinfo.com.hk> on 2000/04/06 04:17:54 UTC

HttpServletResponse.redirect

Hi!

I have tried to redirect a URL within a servlet, but found the cookies
are all missing from the receiver. HttpSession won't work either (it use
the cookie jsession, right?) Have I done something wrong or I should
give the cookies back to the HttpServletResponse Object one by one in
order to make the cookie valid?

Thanks

Arion.