Clears the session content starting with given string
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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