FOSUserBundle [6/15] - Adding Remember Me Functionality to FOSUserBundle

Published: 15 March 2021
on channel: Code Review Videos
342
2

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...


Watch video FOSUserBundle [6/15] - Adding Remember Me Functionality to FOSUserBundle online without registration, duration hours minute second in high quality. This video was added by user Code Review Videos 15 March 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 342 once and liked it 2 people.