]> git.datanom.net - qtadmin.git/blobdiff - rest_client.php
add more debug info
[qtadmin.git] / rest_client.php
index ab8857c358799f2870c13fdabc252b874bf36dc2..c0d81b801038eebd81fe2ea4d417d4046394c4b5 100644 (file)
@@ -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'];
 }
 
 ?>
This page took 0.02765 seconds and 5 git commands to generate.