How to logout automatically from all tabs when I logout from anyone tab in laravel? - development

How to logout automatically from all tabs when I logout from anyone tab in laravel?

I am building a project in laravel. The testing team has suggested me to keep a check that if the user is logged in and has opened many tabs. At once, he logout from any one of the tabs, the applications must automatically logout him from all the tabs. This functionality in present in facebook.



from Laravel Questions and Answers https://laravelquestions.com/php/how-to-logout-automatically-from-all-tabs-when-i-logout-from-anyone-tab-in-laravel/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome