How to not persist cookies when using async api? #567
Closed
EgoRaInevitable
started this conversation in
General
Replies: 1 comment
-
We have a PR(#489) to solve this, once it's merged, this would be possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure, if there is a way to not persist cookies when using the async api. Specifically, 'AsyncSession' is only available when making concurrent requests, and something like 'curl_cffi.get' is not async compatible. I suppose I can clear the cookies after the request, but this may pose a problem. I don't want the cookies received from one request to be used in other requests.
Beta Was this translation helpful? Give feedback.
All reactions