Tuesday, March 14, 2017

Laravel : login from one subdomain to another subdomain : session issue

I am using Sentry on laravel 4.2 in one application with muti-subdomain (every domain have different users) : i want to login from one subdomain(domain-a.maindomain.com) to another subdomain(domain-b.maindomain.com) without persisting session across subdomain.

Any one have idea how can i achieve this with laravel



via Slara

Advertisement