Sorry to keep repeating this, but I don't think I phrased it properly.

Is there a technique where the session id is included in the URL even if the
client browser supports cookies? Basically, I *never* want to use cookies to
manage sessions, and I *always* want the session id encoded on the URLs.

thanks,
jim

----- Original Message -----
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 3:28 PM
Subject: Re: The use of '..' in relative path includes in JSPs


>
>
> On Mon, 12 Mar 2001, James Cook wrote:
>
> > But how about "forcing" the encodeURL() even if the client has cookies?
> >
>
> It already does ... this is built in to the processing that the custom tag
> classes do.  If your client supports cookies then the encoding will return
> the hyperlink unchanged, but the call still happened.
>
> > jim
> >
>
> Craig
>
>

Reply via email to