- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Remember me
September 28, 2016
Remember me checkbox is the part of the login or registration form on the site. By checking the Remember me option you allow site server side to store your username and password in cookies for a certain period of time. Period, during which your login info and history is stored on the site is defined by server session time. For security reasons, it’s recommended to avoid checking the Remember me option: in case several users have access to the same computer, most likely they will have access to your saved accounts unless you terminate session on the site by clicking the Logout/Signout. Users are prompted to save username and password on a site in order to avoid login credentials restore each time they need to login to the site. Initially the option was implemented in order to simplify the login procedure to any site.