Title: sendRedirect problem on IE

I've seen this posted before, but none of the proposed solutions has worked for me.

I am using a sendRedirect if a user is not logged in.  When I use IE, it displays output from the original
file (after where the re-direct would have taken place) and from the page it was redirected to.  If I hit refresh,
it is fine.  The included file that does the redirect is the first line of my JSP file so there is no other output from the JSP

before the redirect.  I have also tried adding a return after the redirect as someone suggested, but this did not work either.

Netscape works fine.

Are there any other suggestions for what I might try so that this works in both browsers?

Thanks.

Reply via email to