Closed jcs090218 closed 5 years ago
Is there a way that I can cleanup cookies? So every time I made a request I will get all brand new and refreshed cookie? Thanks!
(let ((request--curl-cookie-jar (expand-file-name (make-temp-name "my-cookie-") temporary-file-directory))) (request "https://leetcode.com"))
Is there a way that I can cleanup cookies? So every time I made a request I will get all brand new and refreshed cookie? Thanks!