What are sessions?before we get into implementing a sessions solution, its important to understand exactly what they are.by default, the internet is a stateless environment. this means that every ...
I added this code in core.php file and it works for me. if(strripos($_SERVER['REQUEST_URI'],"admin")) { Configure::write('Session', array( 'defaults' => 'php ...