no server configuration, just use response.encodeURL() with every href, and
form action. If you want, there are custom tags out there that will give you
more compact code.

Ron

-----Original Message-----
From: Joe Tomcat [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 15, 2003 2:50 PM
To: Tomcat Users List
Subject: Sessions without Cookies?


Hello Tomcatistinarians (or is it Tomcatistadors y Tomcatistadoras?),

I have a web app which keeps a bunch of useful information in the
session objects, and it absolutely must work on some clients that don't
support cookies.  I know, that is annoying, but it's something I can't
do anything about.  So, I am trying to figure out what is the best way
to do this within jsp.  It seems like url rewriting is the only way to
go.  There are links all over the place so I want to do this in a way
which is efficient and readable for me, the page designer.  Do I need to
configure anything in the server, also?

Thanks!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to