release version 2.0.48.1

This commit is contained in:
Alexander Makarov
2023-05-24 23:04:02 +04:00
parent 109871f839
commit c9f491b4f7
7 changed files with 5 additions and 14 deletions

View File

@ -57,7 +57,6 @@ use yii\base\InvalidConfigException;
* @property bool $hasSessionId Whether the current request has sent the session ID.
* @property string $id The current session ID.
* @property-read bool $isActive Whether the session has started.
* @property-read SessionIterator $iterator An iterator for traversing the session variables.
* @property string $name The current session name.
* @property string $savePath The current session save path, defaults to '/tmp'.
* @property int $timeout The number of seconds after which data will be seen as 'garbage' and cleaned up. The