Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Track users activities

$
0
0
Track users activities
Web Connection 5.0
Track users activities
10/27/2012
04:24:55 AM
3MP09GP46 Show this entire thread in new window
Gratar Image based on email address
From:
Luca
To:
All 
Attachments:
None
Dear friends,
I would like to track users activities with data from wwSession.dbf and wwRequestLog.dbf. I tried to add a new SessionId field into wwRequestLog.dbf but I do not understand how to get SessionId value in wwServer.LogRequest function:

INSERT INTO (THIS.cLogFile) ; (TIME, QueryStr ,REMOTEADDR, Duration,Error,Script,MemUsed,ReqId,SessionId) ; VALUES (DATETIME(), ; lcParameter ,; lcRemoteAddress,; lnSeconds,llError,; lcExecutable,; SYS(1016),; lcReqId,; SessionId)

If I create a wwSession object just before INSERT I see the oSession.cSessionId property empty.
How to see wwSession object from wwServer?
I would like to use this solution rather add a new function writing SessionID and users data at every hit, because I am afraid to slow the web application.
Thank you very much

HTML Help Builder

Viewing all articles
Browse latest Browse all 10393

Trending Articles