Helo

There are three main methods for maintaing the session in HTTP (according to the java servlets standard): cookies, ssl session and URL rewriting. The jsessionid parameter is just a way of ensuring the session when the servlet container has yet to find out if the user agent will accept the cookie (which is the main mechanism). You should see jsessionid in each request if you configure your user agent to reject cookies.

This is a Servlet or HTTP issue, so i put a OT in the subject line

On Jan 13, 2006, at 11:37 PM, Rafael Taboada wrote:

Hi folks...

Why does jsessionid appears in my application when I login???... Where can I
disable this??

Thanks in advance

--
Rafael Taboada
Software Engineer

Cell : +511-97753290

"No creo en el destino pues no me gusta tener la idea de controlar mi vida"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to