C-DEngine 5.105

TheCommonUtils..::..LogSession Method

Logs a session in the Session log for this Application in the StorageService If there is no StorageService Role defined for this application this call does not do anything

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static void LogSession(
	Guid pSessionID,
	string pUrl,
	string pBrowser,
	string pBrowserDesc,
	string pRef,
	string pCustomData
)
Public Shared Sub LogSession ( _
	pSessionID As Guid, _
	pUrl As String, _
	pBrowser As String, _
	pBrowserDesc As String, _
	pRef As String, _
	pCustomData As String _
)
public:
static void LogSession(
	Guid^ pSessionID, 
	String^ pUrl, 
	String^ pBrowser, 
	String^ pBrowserDesc, 
	String^ pRef, 
	String^ pCustomData
)

Parameters

pSessionID
Type: Guid
Guid of the Session
pUrl
Type: String
Current URL to be logged
pBrowser
Type: String
Browser Type
pBrowserDesc
Type: String
Browser Description
pRef
Type: String
Referer
pCustomData
Type: String
Any other custom data to be logged with the entries