requestStack->getCurrentRequest(); if ($request->hasSession()) { return Crypt::hashBase64($request->getSession()->getId()); } return 'none'; } }