WebAppHelper SessionDump Method (HttpSessionState, NameValueCollection)A Sandcastle Documented Class Library
Provides a static method that dumps the contents of the session datastore to the log. Also returns a copy of the datastore contents.

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

public static string SessionDump(
	HttpSessionState dict,
	NameValueCollection Application
)

Parameters

dict
Type: System.Web.SessionState HttpSessionState
Application
Type: System.Collections.Specialized NameValueCollection

Return Value

Type: String
See Also