Results 1 to 2 of 2

Thread: Cookies control over Requests

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2014
    Posts
    208

    Default Cookies control over Requests

    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

    Click image for larger version. 

Name:	Capturar.PNG 
Views:	118 
Size:	73.9 KB 
ID:	16767
    Last edited by Salvadori; 1-Apr-2024 at 09:55 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •