TeamHG-Memex / autologin

A project to attempt to automatically login to a website given a single seed
Apache License 2.0
123 stars 44 forks source link

Sites that do not change cookies during login #17

Closed lopuhin closed 8 years ago

lopuhin commented 8 years ago

There are some sites that set a session cookie on first visit, and do not change it after successful login, just mark it as "logged in" internally. Autologin currently does not work for such sites (it works but does not detect that it has logged in). One way to fix is to fist submit invalid credentials, and then try to submit the valid credentials and see if the page changed significantly?

lopuhin commented 8 years ago

Hm, actually for all websites I've seen with this property so far, there is no login form on the login page after successful login, so it's even easier.