HttpSession Properties
From HttpServer.dll
The HttpSession type exposes the following members.
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
|