diff --git a/framework/web/User.php b/framework/web/User.php index 5d595d320d..981b8fa82d 100644 --- a/framework/web/User.php +++ b/framework/web/User.php @@ -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]]. */