Please help me. I have not fixed the issue.Thanks
Mar 3, 2017
2
Level 1
session domain setting for laravel 5.2
the session.php has a domain setting. that looks like
'domain' => null,
The default setting works with site like "abc.com" but not work for "www.abc.com".
the site doesn't work for "abc.com" if I change that to 'domain' => 'www.abc.com'.
how to do the domain setting if I need the site work for both "abc.com" and "www.abc.com".
Thanks for help
Mark
Please or to participate in this conversation.