Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Creates a new SessionStateStoreData object to be used for the current request.

Namespace:  SharedCache.WinServiceCommon.Provider.Session
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override SessionStateStoreData CreateNewStoreData(
	HttpContext context,
	int timeout
)
Visual Basic (Declaration)
Public Overrides Function CreateNewStoreData ( _
	context As HttpContext, _
	timeout As Integer _
) As SessionStateStoreData
Visual C++
public:
virtual SessionStateStoreData^ CreateNewStoreData(
	HttpContext^ context, 
	int timeout
) override

Parameters

context
Type: System.Web..::.HttpContext
The HttpContext for the current request.
timeout
Type: System..::.Int32
The session-state Timeout value for the new SessionStateStoreData.

Return Value

A new SessionStateStoreData for the current request.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Session.IndexusProviderBase.CreateNewStoreData(System.Web.HttpContext,System.Int32)"]

See Also