FOSUserBundle
FOSUserBundle copied to clipboard
how setAttribute persist in session remember
I have this code in my controller
$token = $event->getAuthenticationToken();
$token->setAttribute('company',$company);
When have enable rememberme and reset browser, the attribute not persist. How can persist in session and remember session the attrribute?
I don't really understand your issue, but it seems that it has nothing to do with fos user bundle. You can ask for help in stackoverflow or in symfony irc.
ok, thanks