Avoiding jsessionid appending in a redirect

2003-08-14 Thread Chris Boulter
Hi, Is there a way to insist that a jsessionid _doesn't_ get appended when returning a redirect from an Action? In my case, I'm redirecting to an external (non-Java) system and the jsessionid is causing the external system problems. I have return new ActionForward("http://some.external.url/op

RE: Avoiding jsessionid appending in a redirect

2003-08-14 Thread Yansheng Lin
truts Users Mailing List Subject: RE: Avoiding jsessionid appending in a redirect Hi Chris, I posted a response to this recently: http://marc.theaimsgroup.com/?l=struts-user&m=106018678002719&w=2 > -Original Message- > From: Chris Boulter [mailto:[EMAIL PROTECTED] > Sent

RE: Avoiding jsessionid appending in a redirect

2003-08-10 Thread Hue Holleran
Hi Chris, I posted a response to this recently: http://marc.theaimsgroup.com/?l=struts-user&m=106018678002719&w=2 > -Original Message- > From: Chris Boulter [mailto:[EMAIL PROTECTED] > Sent: 06 August 2003 19:27 > To: [EMAIL PROTECTED] > Subject: Avoiding js