Like the title,
in controller
use it like this:
"$this->session['user']=$this->User->findFirst(...... ?
I have run
script/migrate framework install
Could it save the data to the database automatically?
Supposing that you are using Database based sessions, yes, the session data will get saved to database automatically with the above statement.
1 to 2 of 2