That would be jsp adding the session id.  Not really a problem, so do you
really need to get rid of it?

I think it wont appear on further pages, becuase it will use a session
cookie (if i understand correctly, the first time it adds that just in case
session cookie doesn't work).

You should be able to turn off sessions somewhere, or you might be able to
tell it not to use anything other than cookies.  Not sure where thought, so
check JSP docs and or the container config to try for info.

Daniel.

> -----Original Message-----
> From: Asim Ghosh [mailto:[EMAIL PROTECTED]
> Sent: 18 June 2004 12:06
> To: [EMAIL PROTECTED]
> Subject: problem with jsession id
>
>
> hello guys,
>
>    when i open the login form of my struts application, for the
> very first time a jession id is appended with the value of action
> attribute
>
> example
>
> <html:form action="admin.login.do;jsessionid=1101010654575" >
> above value is shown in the source code of the displayed page.
>
> can any one tell me why it happens and how can i solve this problem.
>
> Asim Ghosh
>
>
>
> ---------------------------------
>  ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself


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

Reply via email to