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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -