Auth::user() doesn't travel across subdomains? - Laravel 5.2
In config/session.php
you should change:
'domain' => null,
into
'domain' => '.example.ca',
You should also clear all the cookies
In config/session.php
you should change:
'domain' => null,
into
'domain' => '.example.ca',
You should also clear all the cookies