DataCacheSessionStoreProvider.CreateUninitializedItem Method (HttpContext, String, Int32)

 

Adds a new session state to the distributed cache.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Public Overrides Sub CreateUninitializedItem (
	context As HttpContext,
	id As String,
	timeout As Integer
)

Parameters

context
Type: System.Web.HttpContext

The HttpContext for the current request.

id
Type: System.String

The session identifier for the current request.

timeout
Type: System.Int32

The session Timeout for the current request.

For more information, see the documentation for the base class SessionStateStoreProviderBase.

Return to top
Show: