Oops. Just realised that my app was switching between contexts on my server, which is why I was loosing session info. Thanks for the replies thought.
- Duncan. Jean-Francois Arcand wrote: > Duncan wrote: > > >Is it normal to loose your session when using the > >response.sendRedirect() command? > > > >If so is there a way to redirect without loosing the session? > > > Yes, do a RequestDispatcher.forward(...) instead. > > -- Jeanfrancois > > > > >Cheers, Duncan. > >Decker Telecom Ltd > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
