SessionHelper AddData Method A Sandcastle Documented Class Library
Adds data to the Session. Removes first if already exists.

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

public static void AddData(
	HttpSessionState sess,
	string key,
	Object obj
)

Parameters

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