RE: session from URL/Cookie

2002-04-03 Thread Craig R. McClanahan
On Wed, 3 Apr 2002, Huy K Dung wrote: > Date: Wed, 3 Apr 2002 13:55:33 -0500 > From: Huy K Dung <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Sub

RE: session from URL/Cookie

2002-04-03 Thread Huy K Dung
How do i encode URLs in Velocity Macro? I am using Tomcat and Turbine. -Original Message- From: Jeff Larsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 10:36 AM To: Tomcat Users List Subject: Re: session from URL/Cookie I'm not entirely sure I understand your problem

Re: session from URL/Cookie

2002-03-28 Thread Jeff Larsen
I'm not entirely sure I understand your problem, but I'll take a stab at it anyway Typically, you don't need to worry about where the sessionid comes from. Anywhere you send a redirect or put a link in a JSP or servlet generated html, you should ALWAYS use HttpServletResponse.encodeURL() or H