CoherenceSessionStoreCreateSessionStateStoreData Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a SessionStateStoreData object from the serialized
ISessionStateItemCollection stored in the underlying
INamedCache.
Namespace:
Tangosol.Web
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual SessionStateStoreData CreateSessionStateStoreData(
HttpContext context,
ISessionModel model,
int timeout
)
Parameters
- context
- Type: System.WebHttpContext
The HttpContext used to initialize the
SessionStateStoreData object.
- model
- Type: Tangosol.WebISessionModel
Session model.
- timeout
- Type: SystemInt32
Session timeout (in minutes).
Return Value
Type:
SessionStateStoreData
A new
SessionStateStoreData object.
See Also