mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 09:28:37 +08:00
release version 2.0.48.1
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user