Ok when I started building the app $this->Auth->ajaxLogin = '/elements/users/expired_login';
worked fine, as the app grew and everything went from simple html responses to JSON responses with a lot of AJAX stuff my ajaxLogin no longer works. The HTML response is there when I check FireBug server response, but since the request was made using ajax and the script is looking for a JSON response nothing happens since it not encoded.just plain HTML. Any ideas on this one guys? thanks Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
