SessionHelper Clear Method Kentico 8.0 API Reference
Clears the session content starting with given string

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

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