Click or drag to resize

SessionRemove Method

Removes the item from session with the specified key

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Remove(
	string key
)

Parameters

key
Type: SystemString
The key for which a value should be removed from the Session

Implements

ISessionRemove(String)
See Also