Alec Pritchard

Results 3 comments of Alec Pritchard

Is this issue referring to 2 apps on: - different subdomains, i.e. `one.localhost` and `two.localhost` - main domain and it's subdomain, i.e. `localhost` and `two.localhost` - same exact domain or...

Hmmm, this is the behaviour I would expect really, although I would expect different subdomains/domain in first 2 scenarios to see it as a different app, because client cookies are...

It's kind of not a big deal really, as you can do this: Event::on(SecurityController::class, FormEvent::EVENT_AFTER_LOGIN, function (FormEvent $event) { $user = $event->getForm()->getUser(); However, I was looking at this from a...