Microsoft Internet Security and Acceleration Server 2000 |
The FPCWebSession object represents a single Web session of an ISA Server computer. A Web session is a period of time during which a computer requests Web objects from an ISA server.
Note FPCWebSession is not a persistent object. There is no persistent storage for this object because its attributes are supplied at run time by ISA. An RPC call is used to query ISA services about its sessions because the information is dynamic.
This object is a member of the FPCWebSessions collection.
Click here to see the ISA object hierarchy.
This object implements the IFPCWebSession interface.
The following table lists the methods of the FPCWebSession object.
Method | Description |
---|---|
AbortSession | Aborts the session using a remote procedure call (RPC), and removes the session from the collection. |
Refresh | Reads the FPCWebSession objects using an RPC call. |
The following table lists the properties of the FPCWebSession object.
Property | Description |
---|---|
ClientIpAddress | Gets the IP address of the client computer for this session. |
UserName | Gets the user name for this session. |
WebSessionAdditionalInfo | Gets a pointer to the FPCWebSessionAdditionalInfo object. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.