Thanks but my issue is trying to understand the process of setting the cookies. On sigin the server responds with the following:
Code:
{u'error_number': u'0', u'firstname': u'Leo', u'session_token': u'4530a73ca859d9c6b89eb7cfc2b5c17d', u'user_id': u'8527987', u'error_message': u'', u'entitlements': [u'app', u'crossword', u'archive', u'paywall', u'epaper'], u'varnish_id': u'1481665264.8521186.4530a73ca859d9c6b89eb7cfc2b5c17d.b53fed675635e3e1f8877a48ceb7436f7fe183c6d50532c1dcb173a707132a21'}
I'm not sure how I should set this using
Code:
br.set_cookie(........)
Any pointers??