Re: [appfuse-user] Re[appfuse-user] move jsessionid in Struts 2

2007-12-11 Thread Nathan Anderson
It is my understanding that the jsessionid is appended to all links by Tomcat when it creates a new session. But once the server knows your browser has cookies enabled it stops appending the links. Does that match what you are seeing? Nathan - "sarat.pediredla" <[EMAIL PROTECTED]> wrote:

Re: [appfuse-user] Re[appfuse-user] move jsessionid in Struts 2

2007-12-11 Thread Matt Raible
Can you reproduce this issue on the demo site? Matt On Dec 11, 2007, at 7:01 AM, sarat.pediredla wrote: I presumed jsessionid will only show when cookies are disabled? However, I have cookies enabled in my browser but all the menu items have jsessionid suffixed to them? Is there anyway to

[appfuse-user] Re[appfuse-user] move jsessionid in Struts 2

2007-12-11 Thread sarat.pediredla
I presumed jsessionid will only show when cookies are disabled? However, I have cookies enabled in my browser but all the menu items have jsessionid suffixed to them? Is there anyway to disable jsessionid being suffixed to all the menu links irrespective of whether cookies are enable or not? -- V