I created a class for UserSecurity which extends the Symfony\Components
\HttpFoundation\Session. Then i use $this->session-
>setAttribute('isAuthenticated', true); to tell the code that the user
is logged-in. but it doesn't store it in the session. Any ideas why?
do I have to run something after I set an attribute?-- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
