Merge pull request #4977 from creocoder/web-user-param-rename1

Rename `\yii\web\User` component param for consistency
This commit is contained in:
Qiang Xue
2014-09-09 21:57:47 -04:00

View File

@ -131,7 +131,7 @@ class User extends Component
* @var string the session variable name used to store the value of absolute expiration timestamp of the authenticated state.
* This is used when [[absoluteAuthTimeout]] is set.
*/
public $absoluteAuthTimeoutParam = '__absolute_expire';
public $absoluteAuthTimeoutParam = '__absoluteExpire';
/**
* @var string the session variable name used to store the value of [[returnUrl]].
*/