PersistDemo.PagePersister.SessionEnd Function
Clean up any persisted field values from this session's state collection. That is, call IDisposable.Dispose() on any objects that support it.

Public void SessionEnd (System.Web.SessionState.HttpSessionState)
  Type Name Description  
    System.Web.SessionState.HttpSessionState session    
  Return Description  
    void