Session.Contents.Remove Method
IIS 6.0
Contents.Remove( )
Example Code
The following example adds and removes a variable named myName to the Session.Contents collection.
<%
Session("myName") = " "
Session.Contents.Remove("myName")
%>
Applies To
The Contents.Remove method takes either a string or an integer as an input parameter. If the input parameter is a string, the method searches the contents collection for an item with that name and removes it. If the input parameter is an integer, the method counts that number of items from the start of the collection and removes the corresponding item.
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS