MySqlSessionStateStore Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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

See Also