







[Missing <summary> documentation for N:HttpServer.Sessions]
Classes
Class | Description | |
---|---|---|
![]() | 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
Interface | Description | |
---|---|---|
![]() | 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.
|