5.2.6.11 sessionKey
Name of the session array key where the record of the current authed user is stored.
Defaults to "Auth", so if unspecified, the record is stored in "Auth.{$userModel name}".
<?php
$this->Auth->sessionKey = 'Authorized';
?>
<?php$this->Auth->sessionKey = 'Authorized';?>


























