SessionHelper.Add Method (String, String)

HD.Common

SessionHelperAdd Method (String, String) Helper帮助文档
添加Session,调动有效期为20分钟

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void Add(
	string strSessionName,
	string strValue
)
Public Shared Sub Add ( 
	strSessionName As String,
	strValue As String
)
public:
static void Add(
	String^ strSessionName, 
	String^ strValue
)
static member Add : 
        strSessionName : string * 
        strValue : string -> unit 

Parameters

strSessionName
Type: SystemString
Session对象名称
strValue
Type: SystemString
Session值
See Also

Reference