You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Bart N. Locanthi" <ba...@sabl.com> on 2000/07/14 18:14:40 UTC

re: sendRedirect()

i had an issue with sendRedirect() that i traced to it not sending the
session cookie with the redirection.

when i replaced sendRedirect() by setHeader("location", url), it worked.