WebAppHelper ClearSessionOfKeys Method A Sandcastle Documented Class Library
Helper method that removes keys that are like the given key from the session.

Namespace: P4s3Web.WebAppHelperLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ClearSessionOfKeys(
	HttpSessionState dict,
	string likeKey
)

Parameters

dict
Type: System.Web.SessionState HttpSessionState
likeKey
Type: System String
See Also