RE: maintain separate sessions for each browser tab/window

2005-11-13 Thread Peter Crowther
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

Re: maintain separate sessions for each browser tab/window

2005-11-11 Thread Vinny
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

maintain separate sessions for each browser tab/window

2005-11-11 Thread John Cartwright
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