RE: sessionids through url rewriting

2003-07-29 Thread Hans Wichman
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

RE: sessionids through url rewriting

2003-07-29 Thread Mike Curwen
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

RE: sessionids through url rewriting

2003-07-29 Thread Stefan Radzom
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

RE: sessionids through url rewriting

2003-07-29 Thread Hans Wichman
: 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

RE: sessionids through url rewriting

2003-07-29 Thread Yansheng Lin
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

sessionids through url rewriting

2003-07-29 Thread Hans Wichman
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