Re: jsessionid problem fix for weblogic servers

2006-05-02 Thread Ed Griebel
I don't have a copy of SIA, so I'm not sure what it says, but as I understand URL rewriting, it is always used on the struts URLs on the first page returned after a session is initiated, and for links in subsequent pages when the browser doesn't return a cookie with the session ID. By turning this

RE: jsessionid problem fix for weblogic servers

2006-05-02 Thread Braun, James F
:18 PM To: user@struts.apache.org Subject: Re: jsessionid problem fix for weblogic servers Does version of WebLogic does this work for? Gary >>> [EMAIL PROTECTED] 5/2/2006 10:55:41 AM >>> I had a problem with jsessionid trashing all my images and urls until I refreshed my browser.

Re: jsessionid problem fix for weblogic servers

2006-05-02 Thread Gary Feidt
Does version of WebLogic does this work for? Gary >>> [EMAIL PROTECTED] 5/2/2006 10:55:41 AM >>> I had a problem with jsessionid trashing all my images and urls until I refreshed my browser. Ted Husted points out this phenomenon on page 66 of SIA. The symptom is that ;jsessionid=<~long id strin

jsessionid problem fix for weblogic servers

2006-05-02 Thread Braun, James F
I had a problem with jsessionid trashing all my images and urls until I refreshed my browser. Ted Husted points out this phenomenon on page 66 of SIA. The symptom is that ;jsessionid=<~long id string here> is appended to urls which confuses the weblogic app server. The fix for weblogic is to add