[Answer]-Login at /admin via urllib2

1👍

I had a similar problem where the server sent me a new session cookie on every request, and I couldn’t solve it with CookieJar.

I ended up using Selenium PhantomJS webdriver. Try it in case you don’t get any working solution, which was my experience.

Leave a comment