







|
| C# Webserver |
| HttpSessionStore Members |
| HttpSessionStore Interface Methods Properties See Also Send Feedback |
The HttpSessionStore type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() | AddUnused |
We use the flyweight pattern which reuses small objects
instead of creating new each time.
|
![]() | Cleanup |
Remove expired sessions
|
![]() | Create | Overloaded. |
![]() | Load |
Load an existing session.
|
![]() | Save |
Save an updated session to the store.
|
Properties
| Name | Description | |
|---|---|---|
![]() | ExpireTime |
Number of minutes before a session expires.
Default is 20 minutes.
|
![]() | Item |
Load a session from the store
|


