HttpServer.Sessions Namespace

HttpServer.dll

[Missing <summary> documentation for N:HttpServer.Sessions]

Classes

  ClassDescription
MemorySession
A session stored in memory.
MemorySessionStore
Session store using memory for each session. todo: Remove expired sessions. We need to code a Scheduler service in tiny library and use it.

Interfaces

  InterfaceDescription
HttpSessionStore
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.