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
Post a Comment