Version: 3.0
The Contents.RemoveAll method is used to remove all items from a Contents collection.
The Contents.RemoveAll method deletes all items that are in the Session.Contents
collection.
Remember to include the pair of empty ( ).
<%
Session.Contents.RemoveAll( )
%>