ISessionStore Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage for sessions that maintain user data while the user browses a web application.
public interface class ISessionStore
public interface ISessionStore
type ISessionStore = interface
Public Interface ISessionStore
- Derived
Methods
Create(String, TimeSpan, Func<Boolean>, Boolean) | |
Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean) |
Create a new or resume an ISession. |