You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is intended, but the SessionInterface from HttpFoundation does not contain the getFlashBag method. Why is this annoying? Well if I have got a request in a controller and I call getSession on it my IDE provides autocompletion for the SessionInterface and I am not seeing the getFlashBag method.