I have two domains, they are admin.site.com.br and user.site.com.br.
I need to get from cache the variable user-is-online concatenated with auth user id. But, this just works for the first domain, not for the second when use cache()->get('user-is-online' . auth()->user()->id). Any solution?