X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/6adbdc99c9a56c6f31f9e78b8181cd8f066f5126..HEAD:/rest_client.php diff --git a/rest_client.php b/rest_client.php index ab8857c..c0d81b8 100644 --- a/rest_client.php +++ b/rest_client.php @@ -39,7 +39,7 @@ if (! isset($_SESSION['ticket'])) { $response = $util->RESTCall($CFG->wblistadm_url.'/show', null, $cookiesIn = $_SESSION['cookies'], $_SESSION['CSRFPreventionToken']); $data = json_decode($response['content']); - $_SESSION['cookies'] = $response['cookies']; + //$_SESSION['cookies'] = $response['cookies']; } ?>