ASP Contents.RemoveAll Method
Definition and Usage
The Contents.RemoveAll method can remove all items from the Contents collection.
Syntax
Application.Contents.RemoveAll() Session.Contents.RemoveAll()
Examples for Application Object
<% Application.Contents.RemoveAll() %>
Examples for Session Object
<% Session.Contents.RemoveAll() %>