Add support for an in-memory cookie store
Review Request #7295 — Created May 8, 2015 and submitted — Latest diff uploaded
There is now support for an in-memory cookie store. This feature can be
enabled via the--in-memory-cookies
command-line option. For
consumers of the API, passingin_memory_cookies=True
to theRBClient
constructor will enable this behaviour as well.
Ran unit tests.
Updated this review request with the
--in-memory-cookies
flag. I was
prompted for my username and password. When updating without the flag,
I am not prompted.