In this situation, I'm sure you need to add a dot to your cookie domain. eg:
SESSION_DOMAIN=.foo-bar.dev
Let him know if he works.
Edit: Also, my 5.2 has a session cookie domain as null
, so make sure it's set to 'domain' => env('SESSION_DOMAIN', null),
in your config / session.php
source share