Hello,
i'm sending a file using multipart/form-data via the HttpVerbAddrRequest using post verb
the server that receives my post request is returning a custom response that sets a "cookie" in my subsequent requests (set-cookie) to manage with sessions, and then my requests start to fail
is there any way to remove these cookies?
it only works if i restart my webapp, but i'm creating a class that sends the request with dynamic obj, ( get create refclass...) after that, i send the post request and then use the Destroy method, but the cookies remain in the next requests
this image shows which cookie i'm referring to
![]()