|
Try
encodeRedirectURL() because rules are different for encoding for redirect to own
web-page. Also try <% response.sendRedirect(..) %> directly instead of
using <jsp:forward....
=== Gary
Grewal
Hi all, My environment is WinNT, Tomcat3.2,
jsse1.0.2.Everything is working fine with cookie enabled browsers.But when I
disable cookies in the browsers the session id is changing and
consequently the original session is becoming null.
I tried to do some jugglery with
response.sendRedirect(myUrl),<jsp:forward page="<%=myUrl%>"/>
after encoding the url.
But I'm unable to find a solution.
Any help would be greatly
appreciated. thanks,
Seshagiri
|