Replies: 1 comment
-
as you never specified what client is, and how you use it overall, its impossible to answer please provide a minimal example of what you actually do, else its simply impossible to give sound advice |
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.
-
Hi, I'm trying to test some authentication and the problem I'm having is when I call
client.post
a new session is created.For example with
requests
I can do the followingEvery time I call
s.get()
the same session is used.I've looked at the documentation but I can't seem to figure how to replicate this when using
client
Beta Was this translation helpful? Give feedback.
All reactions