59.8 CLEAR_REQUEST_COOKIES Procedure
This procedure clears all cookies, so that the next MAKE_REST_REQUEST call executes without sending any cookies. This procedure clears the cookie globals in APEX_WEB_SERVICE and in UTL_HTTP.
Syntax
APEX_WEB_SERVICE.CLEAR_REQUEST_COOKIES;
Parameters
None.
Example
begin
apex_web_service.clear_request_cookies;
end;
Parent topic: APEX_WEB_SERVICE