Laravel 5.4 allow one session for a user at a time -


i built basic laravel auth scaffold using command:

php artisan make:auth 

currently registered user can login in chrome , firefox @ same time.

i throw user session if user logs in browser.

how achieve this?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -