HttpSessionStore Interface

HttpServer.dll

The session store is used to manage sessions, the store itself can save it to any place it like as a database, memory or something else.

Namespace:  HttpServer.Sessions
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface HttpSessionStore
Visual Basic (Declaration)
Public Interface HttpSessionStore
Visual C++
public interface class HttpSessionStore

See Also