Click or drag to resize
WindowHelperClear Method
Clears the session content starting with given string

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void Clear(
	string startsWith = null
)

Parameters

startsWith (Optional)
Type: SystemString
If null, removes all session items, if set, remove only items starting with given string
See Also