You are not logged in.
Pages: 1
Hi ,
I noticed an exception occurs in TSQLRestServer.SessionDelete
sometimes Ctxt in nil , causing an exception on the log command .
Also , the library wouldn't compile when removing the WITHLOG directive .
{$ifdef WITHLOG}
fLogFamily.SynLog.Log(sllUserAuth,'Deleted session %/% from %/%',
[User.LogonName,IDCardinal,RemoteIP,Ctxt.Call^.LowLevelConnectionID],self);
{$endif}
Offline
I guess this has already been fixed by http://synopse.info/fossil/info/a2636421a59bd20
Please update to the latest version of the source code.
Offline
Pages: 1