







This class allows ASP.NET applications to store and manage session state information in a
MySQL database.
Expired session data is periodically deleted from the database.
Namespace: MySql.Web.SessionState
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.8.4.0
Syntax
C# |
---|
public class MySqlSessionStateStore : SessionStateStoreProviderBase |
Visual Basic |
---|
Public Class MySqlSessionStateStore _ Inherits SessionStateStoreProviderBase |
Visual C++ |
---|
public ref class MySqlSessionStateStore : public SessionStateStoreProviderBase |
Inheritance Hierarchy
System..::..Object
System.Configuration.Provider..::..ProviderBase
System.Web.SessionState..::..SessionStateStoreProviderBase
MySql.Web.SessionState..::..MySqlSessionStateStore
System.Configuration.Provider..::..ProviderBase
System.Web.SessionState..::..SessionStateStoreProviderBase
MySql.Web.SessionState..::..MySqlSessionStateStore