I found a blank page after login while same code working in other contriller. I think session not working so that redirect also not working i'm using this code for session and rediction
$this->Session->write('Adm.id', $result['Adm']['id']);
$this->redirect(array('controller' => 'Adms', 'action' => 'home'));
