Re: session.sessionID ?
From: Ken Schaefer (kenRMV@THISadOpenStatic.com)
Date: 06/19/02
- Next message: Jon Martin Solaas: "Certification Server, SSL, IIS and distribution of certificates to clients"
- Previous message: Atrax _: "Re: session.sessionID ?"
- In reply to: Vinod: "session.sessionID ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ken Schaefer" <kenRMV@THISadOpenStatic.com> Date: Wed, 19 Jun 2002 11:50:39 +1000
Each copy of IE is running in its own process (look in Task Manager |
Processes). When that happens, each has its own in-memory session cookie
store. If you open an IE Window from within IE (eg using javascript, or the
user does it from the File menu), then both windows share the same process
and the same sessionID (just like Netscape)
Netscape Navigator windows all run in the same process space, so they all
share the same sessionID.
Cheers
Ken
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Vinod" <mvinod@yahoo.com> wrote in message news:uUF5OTyFCHA.2516@tkmsftngp13... > I am using session....My question is:- > > when I open 2 (or more ) instances of the site on one machine thru IE 6.0 > then it has that many (session.sessionID) stored in the browser memory > (thats what I want in reality so that each browser instance will operate on > seperate session) > > But when I open same 2(or more) instances of the site theu NS 6.2x then all > the instances work on only one (session.sessionID)...( which I dont want !) > > is there any work out for this...settings etc...or is it a known behaviour > of IIS for Netscape client..... > > cheers! > > Thanks > Vinod > >
- Next message: Jon Martin Solaas: "Certification Server, SSL, IIS and distribution of certificates to clients"
- Previous message: Atrax _: "Re: session.sessionID ?"
- In reply to: Vinod: "session.sessionID ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|