Click or drag to resize
SessionHelperRemove Method
Sets the session value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static void Remove(
	string key
)

Parameters

key
Type: SystemString
Item key
See Also