|
|cc :
|
|Objet : Re: Disabling the sessions
|
>-
There's an article here:
http://randomcoder.com/articles/jsessionid-considered-harmful
that describes how to disable URL rewriting using a filter.
--
Len
On 3/12/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Tomcat :
> Java :
>
>
> Hi everybody,
>
> is there any way to turn off the jsession
[EMAIL PROTECTED] a écrit :
is there any way to turn off the jsessionid (disabling the rewriting URL) ?
Hi jeanlouis,
If you choose to have a cookie session mechanism only, you should
track your session with the cookie methods.
If you want exclude the url method, you won't be able to track