Re: Struts forward and jsessionid

2005-09-08 Thread Michael Jouravlev
On 9/8/05, Néstor Boscán <[EMAIL PROTECTED]> wrote: > Hi > > How can I guarantee that Struts will send the jsessionid parameter with each > forward with redirection?. Struts does not have to send session ID with forward, since forward occurs on server only. Struts (actually, the servlet container

RE: Struts forward and jsessionid

2005-09-08 Thread Néstor Boscán
e original- De: Michael Jouravlev [mailto:[EMAIL PROTECTED] Enviado el: Thursday, September 08, 2005 12:18 PM Para: Struts Users Mailing List Asunto: Re: Struts forward and jsessionid On 9/8/05, Néstor Boscán <[EMAIL PROTECTED]> wrote: > Hi > > How can I guarantee that Struts

RE: Struts forward and jsessionid

2005-09-08 Thread Gary VanMatre
gt; De: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Enviado el: Thursday, September 08, 2005 12:18 PM > Para: Struts Users Mailing List > Asunto: Re: Struts forward and jsessionid > > On 9/8/05, Néstor Boscán wrote: > > Hi > > > > How can I guarantee that Strut

Re: Struts forward and jsessionid

2005-09-09 Thread Craig McClanahan
On 9/8/05, Néstor Boscán <[EMAIL PROTECTED]> wrote: > > Hi Michael > > In my case, I'm working with WAP applications that require the jsessionid > to > be in the URL. In the case of Struts redirect forward it doesn't put the > jsessionid in the URL. When I browse using a WAP my session is lost i