This documentation is archived and is not being maintained.
HttpSessionState.Remove Method
.NET Framework 1.1
Deletes an item from the session-state collection.
[Visual Basic] Public Sub Remove( _ ByVal name As String _ ) [C#] public void Remove( string name ); [C++] public: void Remove( String* name ); [JScript] public function Remove( name : String );
Parameters
- name
- The name of the session-state item to remove.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpSessionState Class | HttpSessionState Members | System.Web.SessionState Namespace
Show: