I know that I don't have to implement my own url re-writing, but I did, and it was a long time ago!
Right now I don't really want to re-write everything - sending the jsessionid as an ordinary parameter worked in Jrun, can't it work in Tomcat?
On Thu, 15 Apr 2004 15:25:00 +0200, Ralph Einfeldt <[EMAIL PROTECTED]> wrote:
- You don't have to implement your own url re-writing - The time is long gong when the session id was a parameter, it's now before the ?
Just throw away your url rewiting and use rsponse.encodeUrl() instead.
-----Original Message----- From: Malcolm Warren [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 3:16 PM To: [EMAIL PROTECTED] Subject: jsessionid parameter not being accepted
I have done my own url re-writing manually to cater for those browsers who have turned off cookies. i.e. I have manually added "?jsessionid=<session id>" parameter to every url.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]