Click or drag to resize

SessionGetSession Method

Gives a session variable value of type string

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private static string GetSession(
	string pName
)

Parameters

pName
Type: SystemString
property name

Return Value

Type: String
if session variable not exist then gives empty string
See Also