diff options
Diffstat (limited to 'lib/general.lib.php')
-rw-r--r-- | lib/general.lib.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php index 64efa4c2..8f895429 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -324,6 +324,8 @@ function session_exists($sid,$xml_rpc=0) { $client = new xmlrpc_client($path,$server,$port); $query = new xmlrpcmsg('remote_session_verify',array(new xmlrpcval($sid,"string")) ); + + if (conf('debug')) { log_event($_SESSION['userdata']['username'],' xmlrpc-client ',"Checking for Valid Remote Session:$sid"); } $response = $client->send($query,30); |