The jesssionid is normally used to uniquely identify the session. You either have this or cookies enabled. I think Struts uses cookies if they are available and defers to the jessionid if cookies can't be used.
If you are not using any session stuff then you can add the redirect parameter on your action statements as in: <forward name="List" path="/List.do" redirect="true" /> I think this drops any session stuff. Cheers mc On 8 Nov 2005 at 10:07, Pham Anh Tuan wrote: > Hi all, > > I got a problem when I use Struts Framework, everytime I do a action, Struts automatically appends jsessionid parameter in URL > > something like below: > http://localhost:8080/test/index.do;jsessionid=5DF06EA...... > > plz help me and show me how to erase jsessionid parameter and I don't know is > there any effects to my web app when I erase jsessionid parameter in URL. > > thank you for ur reading. > > Tuan FOCUS Computing - web design Mob: 0415 24 26 24 [EMAIL PROTECTED] http://www.focus-computing.com.au -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.8/162 - Release Date: 5/11/2005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]