Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Abstract class: RT.Servers.FileSession

Summary

Provides functionality to track user sessions in HTTP requests using cookies and to store such user sessions in the local file system.

Remarks

In order to use this class, you must create a class that derives from it. See the remarks section in the Session documentation for usage guidelines.

Instance methods

void
CleanUp(HttpResponse response, bool wasModified)
Saves/deletes the session and/or sets the session cookie, as appropriate. Only call this if you are not using Session.EnableAutomatic<TSession>(HttpRequest, Func<TSession, HttpResponse>), Session.EnableManual<TSession>(HttpRequest, Func<TSession, HttpResponse>), SessionExtensions or anything else that already calls it.
string
  • Inherited from Session
  • Overrides: object.ToString()
Returns a string representation of this session object.