stores an
anoymous-token again.
Original-Nachricht
> Datum: Tue, 22 Feb 2011 17:06:28 +0100
> Von: Christophe COEVOET
> An: symfony-users@googlegroups.com
> Betreff: Re: [symfony-users] no user-token after login
> Le 22/02/2011 16:52, Florian Semm a écrit :
&g
Le 22/02/2011 16:52, Florian Semm a écrit :
hi,
i have no access to the user-token when i calling the 'security.context'. the
logger says that a user has logged in successfully and there are also data in
the session
The context is not shared between the different firewalls by default so
you h
hi,
i have no access to the user-token when i calling the 'security.context'. the
logger says that a user has logged in successfully and there are also data in
the session.
my config:
security:
encoders:
users:
class: Project\UserBundle\Entity\User
algorithm: plaintext
prov