I have a huge tree of static html.  Does this mean that anytime I serve
a page, I would have to first parse all the URLs and run them each
through the encodeURL method for every link that appears on every page? 
Is there another (more automatic) way?  The performance hit seems
prohibitive.

theo

Konrad Kamiński wrote:
> 
> Use response.encodeURL (url) for URL encoding with session tracking
> 
> -----Original Message-----
> From: Daniel A. Theobald [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 13, 2000 4:20 PM
> To: [EMAIL PROTECTED]
> Subject: non-cookie session tracking?
> 
> Does or will tomcat support automatic url rewriting for session
> tracking?  Our client does not allow the use of cookies.  Any
> suggestions?
> theo

Reply via email to