Summary
Provides extension methods for HTTP session handling.
Static methods
HttpResponse | |
Enables the use of sessions in an HTTP request handler. Use this if your session class implements ISessionEquatable<TSession>. |
HttpResponse | |
Enables the use of sessions in an HTTP request handler. Use this if your session class does not implement ISessionEquatable<TSession>; your class will have to manually set Session.SessionModified to true before the request handler returns if any change was made to
the session. |