HttpSession Members
From HttpServer.dll
The HttpSession type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Remove everything from the session
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Properties
| Name | Description | |
|---|---|---|
| Accessed |
When the session was last accessed.
This property is touched by the http server each time the
session is requested.
| |
| Count |
Number of session variables.
| |
| Id |
Session id
| |
| Item |
Should
|