Aug 19, 2015
2
Level 1
Laravel 5/Sentry 2 - session not pertaining accross domain/subdomain
In laravel 4.1: In file /app/config/session.php, When i gave domain => 'domain.com' session could be access all over the sub and main domain. means, session can be readable in domain.com or user1.domain.com or user2.domain.com.
But in Laravel 5.0: session no pretaining accorss domain. Session set in user1.domain.com not able to read in user2.domain.com.
In file /config/session.php, When i gave domain => '.domain.com' But still its not working..
Could you please help me to solve the issue.?
Please or to participate in this conversation.