HttpSessionStateWrapper.Remove Method (String)

 

Deletes an item from the session-state collection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Public Overrides Sub Remove (
	name As String
)

Parameters

name
Type: System.String

The name of the item to delete from the session-state collection.

.NET Framework
Available since 3.5
Return to top
Show: