Regarding URL Rewriting
Hi,
The response.encodeRUL(someURL)
will add session information, in case the client does not support cookies.
How does the servlet that i am calling from the browser know if the client has disabled cookies or not. Does this come in as a header information, if yes what is the name of that header.(The call to my servlet is the first instance of contact with my webapp, so how does servlet rewriting understand how to write the JSESSIONID as querystring or not).
Any links detailing the same are also welcome.
Thanks.

