PersistDemo.Global.Session_End Function
A session is ending. Walk its Session state collection and call Dispose() on any persisted fields that support IDisposable.

Protected void Session_End (object, System.EventArgs)
  Type Name Description  
    object sender    
    System.EventArgs e    
  Return Description  
    void