







Save an updated session to the store.
Namespace:
HttpServer.Sessions
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
void Save( HttpSession session ) |
| Visual Basic (Declaration) |
|---|
Sub Save ( _ session As HttpSession _ ) |
| Visual C++ |
|---|
void Save( HttpSession^ session ) |
Parameters
- session
- Type: HttpServer..::.HttpSession
[Missing <param name="session"/> documentation for "M:HttpServer.Sessions.HttpSessionStore.Save(HttpServer.HttpSession)"]
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | If Id property have not been specified. |
