Re: [symfony-users] CSRF attack detected when using sfGuardDoctrinePlugin

2010-02-15 Thread jean-christophe zulian
Hi Michal, You actually may be right, this problem might be related to the browser or session information. For some reason we haven't be able to reproduce this problem since this morning and we are doing exactly the same thing as before (login, logout and login again). Cheers, Jean-christophe

Re: [symfony-users] CSRF attack detected when using sfGuardDoctrinePlugin

2010-02-15 Thread Sid Bachtiar
You might want to try this 1. Login 2. Logout 3. Open login page 4. Leave the browser alone until the session expired (e.g.: default is 30 minutes I think, so leave it for an hour to be sure) 5. Try to login I think this is a problem with CSRF and session. I actually disable CSRF protection on

[symfony-users] CSRF attack detected when using sfGuardDoctrinePlugin

2010-02-12 Thread jean-christophe zulian
Hi list, After setting up the sfGuardDoctrine plugin for our project we created a login page in the same fashion as it is done on the jobeet tutorial. When coming on the login page for the first time and entering username/password the login procedure works fine. If we logout and enter the

Re: [symfony-users] CSRF attack detected when using sfGuardDoctrinePlugin

2010-02-12 Thread MichaƂ Piotrowski
Hi, 2010/2/11 jean-christophe zulian jean-christophe.zul...@liip.ch: Hi list, After setting up the sfGuardDoctrine plugin for our project we created a login page in the same fashion as it is done on the jobeet tutorial. When coming on the login page for the first time and entering