MySqlSessionStateStore Class

MySQL Connector/Net

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.2.2.0

Syntax

C#
public class MySqlSessionStateStore : SessionStateStoreProviderBase
Visual Basic (Declaration)
Public Class MySqlSessionStateStore _
	Inherits SessionStateStoreProviderBase
Visual C++
public ref class MySqlSessionStateStore : public SessionStateStoreProviderBase

Inheritance Hierarchy

See Also