Click or drag to resize
ISessionRemove Method
Deletes an item from the session-state collection.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
void Remove(
	string name
)

Parameters

name
Type: SystemString
See Also