







Session store using memory for each session.
todo: Remove expired sessions. We need to code a Scheduler service
in tiny library and use it.
Namespace:
HttpServer.Sessions
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public class MemorySessionStore : HttpSessionStore |
| Visual Basic (Declaration) |
|---|
Public Class MemorySessionStore _ Implements HttpSessionStore |
| Visual C++ |
|---|
public ref class MemorySessionStore : HttpSessionStore |
