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
)
Private Shared Function GetSession (
pName As String
) As String
Parameters
- pName
- Type: SystemString
property name
Return Value
Type:
Stringif session variable not exist then gives empty string
See Also