How to set automaticlogout time in cakephp?
Currnetly I am using this code in core.php file
here I want to set time 10 min , means if site be idol 10 min then session should be expire after 10 min. but it is not working proper. please explain.
Configure::write('Session.timeout', '60');
Configure::write('Security.level', 'high');