Automatic login option allows the web site to remember your login details. In case you tick the box, keep the following in mind:
- Login details (username, password) will not be saved
- If you switch browser, you need to login again
- A checksum from the browser info is generated (algorithm: SHA256), which gets saved into the server and is not personally identifiable
- Auto-login info expires after 30 days of inactivity
- Re-entering the site postpones the expiration time
- Logging out deletes the record from a database table
Go back