Rafael,

This is standard in a Java web application.  This is used to set a cookie,
to activate the session.  Next time the user clicks on a page the session
cookie is send in the header so the server know which session belong to that
user.

Pieter




On 1/14/06, Martin Gainty <[EMAIL PROTECTED]> wrote:
>
> Rafael-
>
> I believe disabling the session *should* disable the jsessionid (assuming
> you've disabled this in QueryString as well as disabled this in
> serializing
> to cookies..)
> In either case I think Frank may shed some light ..
>
> Saludos!
> Martin-
> ----- Original Message -----
> From: "Rafael Taboada" <[EMAIL PROTECTED]>
> To: "Struts List" <user@struts.apache.org>
> Sent: Friday, January 13, 2006 10:37 PM
> Subject: jsessionid
>
>
> 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