Monday, March 22, 2010

The Contents.RemoveAll method

The Contents.RemoveAll method deletes all items from the Contents collection. Syntax Application.Contents.RemoveAll() Session.Contents.RemoveAll() Example for the Application Object <% Application.Contents.RemoveAll() %> Example for the Session Object <% Session.Contents.RemoveAll() %> Events: ASP Session_OnStart and Session_OnEnd Events