Using the Chrome dev tools, it looks like the FirstThings website sets a cookie named "subLogin" set to a value which looks like a v4 UUID. Deleting the "subLogin" cookie and refreshing results in the site no longer considering me logged in.
When I modify jfhutson's github recipe to call set_debug_http(True) on the mechanize browser, the output does not include "subLogin."
I think the "subLogin" cookie is the extra cookie Kovid was referring to.
(I recognize the thread is old, but I'm trying to work on this same problem.)
|