Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void DeleteSession()

  • Declared in: RT.Servers.Session
  • Abstract

Declaration

protected abstract void DeleteSession()

Summary

When overridden in a derived class, deletes this session (identified by Session.SessionID) from the session store. This method is not called if Session.ReadSession() returned false, indicating that no session was available.