Feb 2, 2015
0
Level 1
Subdomain session on log in
Hey,
im really lost now. Let's say I want to create application that is going to work around different subdomains. And I'm happy of that, Laravel does not share the sessions around the subdomains by default. Because in my app, every subdomain will have it's own session.
However, I would like to make it, so when user logs in,it redirects him to {username}.example.com domain, and creates the session inside there.
As for now, I've been doing some research, and could not find any solution for this. Could someone help me? Provide me some example, or something.
Thank you!
Please or to participate in this conversation.