RE: Modifying encodeURL()

2001-04-09 Thread Mark Johnson
Don't you have an HttpSession? Store your info in the session, then retrieve it from the next HttpRequest.

RE: Modifying encodeURL()

2001-04-09 Thread Grewal, Gary
Title: RE: Modifying encodeURL() You could use a hidden form field to do thisĀ  and read the the parameter . === Gary Grewal -Original Message- From: David M. Rosner [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: Modifying encodeURL

Modifying encodeURL()

2001-04-09 Thread David M. Rosner
Hi All, Is there a way to add a tag to a url along with the session id? For example, when cookies are disabled Tomcat includes the jspsessionid value in the URL to identify the session: http://mydomain.com/SomeScript.jsp;jspsession=ASDF1234?form=x&form=y What I need to do is add a paramter t