In WEB applications, usually in the Login screen you have the Remind me option, this application will save the user data once it has checked the option.
So when the user re-enters the site, instead of going to the Login screen, he will go directly to the application's home screen, not having to log in again.
Reading some forums I saw something related to Cookies and Session of the user. But it was not clear to me how this process is done.
1 - Get the user Session means what?
2 - Does the implementation of Cookies mean what?
3 - The 2 cases interact to validate / record user access, not needing to perform a new access?