frontend\models\WebUser::__set_state(array( 'hashCookie' => array ( 'name' => '_id', 'httpOnly' => true, ), 'loginUrl' => array ( 0 => 'users/login', ), 'identityClass' => 'frontend\\models\\User', 'enableAutoLogin' => true, 'enableSession' => true, 'identityCookie' => array ( 'name' => '_identity', 'httpOnly' => true, 'secure' => true, ), 'authTimeout' => NULL, 'accessChecker' => NULL, 'absoluteAuthTimeout' => NULL, 'autoRenewCookie' => true, 'idParam' => '__id', 'authKeyParam' => '__authKey', 'authTimeoutParam' => '__expire', 'absoluteAuthTimeoutParam' => '__absoluteExpire', 'returnUrlParam' => '__returnUrl', 'acceptableRedirectTypes' => array ( 0 => 'text/html', 1 => 'application/xhtml+xml', ), '_access' => array ( ), '_identity' => NULL, '_events' => array ( ), '_eventWildcards' => array ( ), '_behaviors' => NULL, ))