if you do something like:
HttpServletResponse.encodeURL("/foo.jsp")
or
HttpServletResponse.encodeRedirectURL("/foo.jsp")
> -Original Message-
> From: Hans Wichman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 29, 2003 3:06 PM
> To: Tomcat Users List
> Subject: RE: sessionid
thing like:
HttpServletResponse.encodeURL("/foo.jsp")
or
HttpServletResponse.encodeRedirectURL("/foo.jsp")
> -Original Message-
> From: Hans Wichman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 29, 2003 3:06 PM
> To: Tomcat Users List
> Subject: RE: sessionids through url
From: Hans Wichman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 29, 2003 10:06 PM
> To: Tomcat Users List
> Subject: RE: sessionids through url rewriting
>
>
> I was afraid you were going to say that ;-(. Guess I will built in a
> cookiecheck then...
> At 01:29 PM 7/29/200
: Hans Wichman [mailto:[EMAIL PROTECTED]
Sent: July 29, 2003 11:51 AM
To: [EMAIL PROTECTED]
Subject: sessionids through url rewriting
Hi,
I've read in the servlets specs that tomcat must support session management
through url rewriting, but nothing happens when I disable the cookies
(testi
Since you are passing your session id through URL, the url string must contain
the jsessionid parameter, i.e., you have to encode it.
-Original Message-
From: Hans Wichman [mailto:[EMAIL PROTECTED]
Sent: July 29, 2003 11:51 AM
To: [EMAIL PROTECTED]
Subject: sessionids through url
Hi,
I've read in the servlets specs that tomcat must support session management
through url rewriting, but nothing happens when I disable the cookies
(testing in netscape 7, since ie 6 sp1 can't disable the cookies).
I have one servlet, let's call it /myServlet, which implements a command
like