View Single Post
Old 09-12-2020, 05:03 PM   #5
gcf
Junior Member
gcf began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2020
Device: Kobo Clara HD
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.)
gcf is offline   Reply With Quote