Browse Source

Make docs gender agnostics (#18781)

tags/2.0.43
Sohel Ahmed Mesaniya 3 years ago committed by GitHub
parent
commit
fd7373f1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/web/User.php

2
framework/web/User.php

@ -99,7 +99,7 @@ class User extends Component
*/ */
public $identityCookie = ['name' => '_identity', 'httpOnly' => true]; 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 * remains inactive. If this property is not set, the user will be logged out after
* the current session expires (c.f. [[Session::timeout]]). * the current session expires (c.f. [[Session::timeout]]).
* Note that this will not work if [[enableAutoLogin]] is `true`. * Note that this will not work if [[enableAutoLogin]] is `true`.

Loading…
Cancel
Save