Re: [symfony-users] no user-token after login

2011-02-24 Thread Florian Semm
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

Re: [symfony-users] no user-token after login

2011-02-22 Thread Christophe COEVOET
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

[symfony-users] no user-token after login

2011-02-22 Thread Florian Semm
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