From: John Cartwright [mailto:[EMAIL PROTECTED]
Does anyone have a suggestion on how to maintain a separate session for
each browser tab and window? Currently the same session is shared for
each frame, window, tab of a given brower instance and context.
I only wish this were possible - it wo
I don't think that HTTP allows this unless you come with a really ugly
hack. Single sessions are maintained between the browser and a host.
This applies to frames as well.
On 11/11/05, John Cartwright <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> Does anyone have a suggestion on how to maintain a
Hello All,
Does anyone have a suggestion on how to maintain a separate session for
each browser tab and window? Currently the same session is shared for
each frame, window, tab of a given brower instance and context.
I understand that this is the way things are supposed to be, but for my
ap