Re: milesj ​cake-auto_login I can't get it working

2012-03-26 Thread Miles J
This doesn't work with AJAX as it uses the beforeRedirect() method callback to process logic. You can save the cookie yourself though: $this->AutoLogin->save($username, $password); -Miles On Monday, March 26, 2012 5:01:41 AM UTC-7, heohni wrote: > > Hi, > > I downloaded the version 3.4. > I ad

milesj ​cake-auto_login I can't get it working

2012-03-26 Thread heohni
Hi, I downloaded the version 3.4. I added the checkbox echo $this->Form->input('auto_login', array('label' => __('Stay'), 'value' => 1, 'type' => 'checkbox', 'div' => 'checkbox')); I added the component to my appController. But I use a ajax validation for my login popup and it looks like thi