Lazy man's way of fixing the "redirect problem". Add:

function redirect($url)
{
        parent::redirect($url);
        exit();
}

to your AppController. The problems associated with deviating from
the default behaviour should be obvious, and it shouldn't really be too
hard to search your code for calls to redirect(). :P


--lamby

-- 
 Chris Lamb, Cambs, UK                      WWW: http://chris-lamb.co.uk
  Q. Why is top posting bad?                             GPG: 0x634F9A20
  A. Because it breaks the logical sequence of discussion

Attachment: signature.asc
Description: PGP signature

Reply via email to