Full course available at https://www.codereviewvideos.com/cour...
In this video we will implement the remember_me functionality, allowing your Users to remain logged in for longer than the length of your server's session expiry time.
Security is a tough topic to get right. This is one of the huge benefits of using a framework like Symfony2. We get to share in the vast wealth of experience of its creators and contributors, and gain a security implementation that has been peer reviewed by the communities security experts.
Remember Me functionality is achieved through a cookie with a specific expiry date, stored in your user's browser.
The expiry date is usually longer than the length of a session on the server. The session expiry length can be changed in your php.ini file, but by default it will be 1440 seconds / 24 minutes. An odd amount of time.
This way, when the user's session expires, they still remain logged in to your website, until their Remember Me cookie expires.
https://codereviewvideos.com/course/g...
Смотрите видео FOSUserBundle [6/15] - Adding Remember Me Functionality to FOSUserBundle онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Code Review Videos 15 Март 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 342 раз и оно понравилось 2 людям.