SessionHelper RemoveData Method A Sandcastle Documented Class Library
Removes data from the given Session.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void RemoveData(
	string key,
	HttpSessionState sess
)

Parameters

key
Type: System String
sess
Type: System.Web.SessionState HttpSessionState
See Also