Re: [OT] Re: Session management when using IE 7

2008-07-28 Thread Gabriel Belingueres
You may want to add support for conversation scope to your application so that objects stored in session scope doesn't get mixed up. 2008/7/28, Dave Newton <[EMAIL PROTECTED]>: > --- On Mon, 7/28/08, OTA_DZ <[EMAIL PROTECTED]> wrote: > > I think there is an overlapping of session in > > my applica

[OT] Re: Session management when using IE 7

2008-07-28 Thread Dave Newton
--- On Mon, 7/28/08, OTA_DZ <[EMAIL PROTECTED]> wrote: > I think there is an overlapping of session in > my application. Technically it's an overlapping of sessions in the browser. Different browsers handle these things differently; in general tabbed browsing will share a single session. That's