- tracker
An IntPtr pointer to an object stored in the unmanaged ASP.NET state server.
- verb
The action to take on the object.
- uri
An identifier for the session.
- exclusive
The type of access to objects in the store.
- extraFlags
A value that indicates whether the current session is an uninitialized, cookieless session.
- timeout
The number of minutes the session data is stored.
- lockCookieExists
A value that indicates whether the lock cookie exists in the original request from the ASP.NET Web server to the ASP.NET state server.
- lockCookie
The owner of the lock on the session state.
- contentLength
The length, in bytes, of the data stored for the session.
- content
An IntPtr pointer to the content stored for the session in the unmanaged ASP.NET state server.
ASP.NET can manage session state out-of-process by using a Windows service called the ASP.NET state service. The IStateRuntime.ProcessRequest(IntPtr, int, string, int, int, int, int, int, int, IntPtr) method is used by unmanaged code in this service to manage the session data.
This member supports the .NET Framework infrastructure implementation of the ASP.NET state service and is not intended be used directly from your code. For more information about session-state storage options, see Session State Modes.