Hi.
I'm learning now CakePHP and I'm writing basic login script.
So when I log ( validate username and password ) I want to
print a message and after 5 seconds to redirect to index.
I use
$this->flash('Login successfull', '/users/index', 5);
but won't work ;(
Ideas ?
Thanks in advance.