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
The ContextListener in Symfony uses the native PHP serializer, which does not respect the #Ignore attribute on user object fields. This results in the entire user object, including sensitive fields, being serialized into the session.
How to reproduce
Just put a breakpoint at line 172 and see $token variable on inspector.