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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -