Sessions
eeaccesslogDp - Where they maintianed code for sessions.
Fetch Current session:
sessionId currentSessionId = new xSession().sessionId();
Delete all the records of current session :
delete_from ham_reqtransreporttmp
where ham_reqtransreporttmp.SessionId == currentSessionId;
Comments
Post a Comment