Réf. : Re: Disabling the sessions

2008-03-13 Thread jean-louis . mateo
| |cc : | |Objet : Re: Disabling the sessions | >-

Re: Disabling the sessions

2008-03-12 Thread Len Popp
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

Re: Disabling the sessions

2008-03-12 Thread albrecht andrzejewski
[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