I need to use a requests session object to set an HTTPAdaptor on the connection. I don't however want to actually track a session. That is, I don't wish to have cookies, or any other persistent data, stored and potentially sent with further requests.
Is there an easy way to disable this session tracking, or perhaps is there a way to use an HTTPAdapter without a session?