Can laravel set the path when creating a SessionFor example: if the user logs in at aaa.xxx.com, then he cannot access bbb.xxx.com
How to set the session to be valid only under the specified domain name?
There is a session.php file in the config file to set the domain name where the session will work
There is a session.php file in the config file to set the domain name where the session will work