On Wed, Jan 18, 2012 at 2:00 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:

> > Quick update... I switched the code to using Servlet 3.0 and I can
> > get streaming data from all three browsers on the same machine:
> > Chrome, FireFox, and IE.
>
> A Tomcat upgrade probably helped a lot with that.


I actually didn't upgrade Tomcat yet :-)


> > I still cannot get two tabs in Chrome or FireFox to stream data,
> > but I think that is simply because they are sharing JSESSIONIDs and
> > I can probably code around that.
>
> Instead, how about disabling the use of cookies for session-tracking?
> Or, you can disable cookies in your web browser. If you've coded your
> webapp properly, you shouldn't notice a difference.
>

I will give this a try, but it's not a huge deal for me moving forward.

Right now I'm struggling with a ServletContainerInitializer not loading :-(

Bill-

Reply via email to