Re: BUg in 2.5 ? database session blows up csrf checks (Cakephp 2.5.0-RC1 )

2014-04-23 Thread mark_story
What does your session config data look like? Mark -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop recei

Re: BUg in 2.5 ? database session blows up csrf checks (Cakephp 2.5.0-RC1 )

2014-04-22 Thread Mandar P
Thanks Mark What debug data should i supply to confirm above issue? On Tuesday, 22 April 2014 03:35:51 UTC+1, mark_story wrote: > > I just checked locally on a new copy of CakePHP 2.5.0, and wasn't able to > reproduce the issue. > > I used a baked MVC, SecurityComponent and set 'defaults' =>

Re: BUg in 2.5 ? database session blows up csrf checks (Cakephp 2.5.0-RC1 )

2014-04-21 Thread mark_story
I just checked locally on a new copy of CakePHP 2.5.0, and wasn't able to reproduce the issue. I used a baked MVC, SecurityComponent and set 'defaults' => 'database' in core.php for the session setup. -Mark On Friday, 18 April 2014 18:09:23 UTC-4, Mandar P wrote: > > Any one have any idea how

Re: BUg in 2.5 ? database session blows up csrf checks (Cakephp 2.5.0-RC1 )

2014-04-20 Thread Mandar P
Any one have any idea how to fix this issue ? Thanks, Mandar On Thursday, 17 April 2014 15:27:26 UTC+1, Mandar P wrote: > > Hi, > > Im using 2.5 to build simple crud application with csrf enabled. > > When using php based sessions everything works fine but changing it to > database sessions cs

BUg in 2.5 ? database session blows up csrf checks (Cakephp 2.5.0-RC1 )

2014-04-17 Thread Mandar P
Hi, Im using 2.5 to build simple crud application with csrf enabled. When using php based sessions everything works fine but changing it to database sessions csrf black-hole occurs on edit form submission. Please note that add form works absolutely fine irrespective of php/db based session. L