Re: Struts and Jsessionid control

2006-08-17 Thread Michael Rush
http://tomcat.apache.org/tomcat-5.0-doc/config/context.html says: Set to true if you want cookies to be used for session identifier communication if supported by the client (this is the default). Set to false if you want to disable the use of cookies for session identifier communication, an

Re: Struts and Jsessionid control

2006-08-16 Thread Wendy Smoak
On 8/16/06, Aladin Alaily <[EMAIL PROTECTED]> wrote: My understanding is that when the users turn off cookies, struts automatically encodes the session id and saves it in the URL, using encodeURL. Now, I'd like to know if there is a way to prevent this (encoding the session) so that when the us

Struts and Jsessionid control

2006-08-16 Thread Aladin Alaily
Hello, My understanding is that when the users turn off cookies, struts automatically encodes the session id and saves it in the URL, using encodeURL. Now, I'd like to know if there is a way to prevent this (encoding the session) so that when the users disable cookies sessions simply don't work.