HttpSession Members

HttpServer.dll

The HttpSession type exposes the following members.

Methods

  NameDescription
Clear
Remove everything from the session
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)

Properties

  NameDescription
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

See Also