php - Cakephp database session
one text
Solution:
Notice that the directions say there is a schema for the Sessions table included with the CakePHP files. Double check that your schema is correct for the version of Cake you're using. Make sure you can log into MySQL and browse that table.
Also, are there any associations created with this Session table? Because the alias problem often lies with association arrays?
Source