It all depends on how a website treats logins from different user agents. Perhaps it deletes the login cookie if it detects that the connection originates from a different application. I.e. not from Internet Explorer, which was used to log in originally.
The Java version does not update cookies at all, meaning that logins can expire over time.
|