mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Make docs gender agnostics (#18781)
This commit is contained in:

committed by
GitHub

parent
f8e37eb48b
commit
fd7373f1c6
@ -99,7 +99,7 @@ class User extends Component
|
||||
*/
|
||||
public $identityCookie = ['name' => '_identity', 'httpOnly' => true];
|
||||
/**
|
||||
* @var int the number of seconds in which the user will be logged out automatically if he
|
||||
* @var int the number of seconds in which the user will be logged out automatically if the user
|
||||
* remains inactive. If this property is not set, the user will be logged out after
|
||||
* the current session expires (c.f. [[Session::timeout]]).
|
||||
* Note that this will not work if [[enableAutoLogin]] is `true`.
|
||||
|
Reference in New Issue
Block a user