taufardh
taufardh

Reputation: 95

Laravel: One IP per User, and how to give session to client IP from Laravel server

I'm beginner in Laravel Session, and little confuse with laravel session system, but I'm already make session stored to database: session_db

And then I have question:

Upvotes: 0

Views: 1666

Answers (1)

Boni
Boni

Reputation: 348

You can use a firewall package into your application to restrict user.

I have given reference of a firewall package you can use it whatever you like.

https://github.com/antonioribeiro/firewall

Upvotes: 1

Related Questions