Advertisement
Dyrcona

Logout, too.

Dec 12th, 2023
995
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. include "OSRFGatewayClient.php";
  3.  
  4. $client = new OSRFGatewayClient("jammy.cwmars.org");
  5. $request = new OSRFRequest("open-ils.auth", "open-ils.auth.session.delete",
  6. "c723db268bbfaa4cd923c354b1f41f48");
  7. $response = $client->request($request);
  8. print_r($response);
  9. EOF
  10. stdClass Object
  11. (
  12.     [payload] => Array
  13.         (
  14.             [0] => c723db268bbfaa4cd923c354b1f41f48
  15.         )
  16.  
  17.     [status] => 200
  18. )
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement