> You might try changing the order of these calls to:
>
> HttpSession session = req.getSession(true); // Or false
> res.setContentType("text/html");
> ServletOutputStream outPut = res.getOutputStream();
this is what i do in my Dash framework <http://www.working-dogs.com/dash/>
and it works really well.
-jon
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]
- Re: session tracking problem Craig R. McClanahan
- Re: session tracking problem jon *
- Re: session tracking problem Michael Stacey
- Re: session tracking problem jon *
- Session Tracking problem Mike Varley
- Re: Session Tracking problem Guenther Wieser
- Re: Session Tracking problem Ed Korthof
- Re: Session Tracking problem Craig R. McClanahan
- Re: Session Tracking problem Michael Stacey
- Re: Session Tracking problem John Reynolds
- Re:Session Tracking problem jon *
- Re:Session Tracking problem Steve Nguyen
- Re: Session Tracking problem Steve Nguyen
