HttpSessionStore Members

HttpServer.dll

The HttpSessionStore type exposes the following members.

Methods

  NameDescription
AddUnused
We use the flyweight pattern which reuses small objects instead of creating new each time.
Cleanup
Remove expired sessions
CreateOverloaded.
Load
Load an existing session.
Save
Save an updated session to the store.

Properties

  NameDescription
ExpireTime
Number of minutes before a session expires. Default is 20 minutes.
Item
Load a session from the store

See Also