We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I found that cookie_jar do not provide any function to load or save cookie_jar
Is there any pythonic way to implement these two method?
session.cookie_jar.load('foo.cookie.txt') ....# do sth. session.cookie_jar.save()