







Initializes a new instance of the MemorySession class
Namespace:
HttpServer.Sessions
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public MemorySession( string id ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ id As String _ ) |
| Visual C++ |
|---|
public: MemorySession( String^ id ) |
Parameters
- id
- Type: System..::.String
A unique id used by the sessions store to identify the session
