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 in the > process.
Struts is just using the servlet container facilities, which (by default) will use a session id cookie if the client (being directly corresponded with) supports that. You'll need to investigate the configuration properties on your container to turn off using cookies for session management -- if you do that, all the Struts session management will be done with URL rewriting. Regards, > > Néstor Boscán Craig