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

-----Original Message-----
From: Seshagiri Dev Kurmana [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 4:30 AM
To: [EMAIL PROTECTED]
Subject: SSL--Session Expiry
Importance: High

 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
 
 

 

Reply via email to