cakephp login session

Solutions on MaxInterview for cakephp login session by the best coders in the world

showing results for - "cakephp login session"
Simona
26 Feb 2017
1CakeSession::read('Administrator')
2= $this->Session->read('Administrator.current');
Eleonora
02 Jun 2017
1'Session' => [
2    'defaults' => 'php',        
3    'timeout'=>24*60//in minutes
4],