The RemoveAll method deletes all items that have been added to the Session object's Contents collection.
Session.Contents.RemoveAll ()
The following example removes all items that have been added to the Session.contents collection:
<%Session.Contents.RemoveAll()%>