Add a session variable to the current user

Namespace: umbraco
Assembly:   umbraco (in umbraco)
Version: 1.0.2698.41384

Syntax

Visual Basic (Declaration)
Public Shared Sub setSession ( _
	key As String, _
	value As String _
)
C#
public static void setSession (
	string key,
	string value
)
Visual C++
public:
static void setSession (
	String^ key, 
	String^ value
)

Parameters

key
System.String
The Key of the variable
value
System.String
The Value