mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Doc comments for MongoDB Session updated.
This commit is contained in:
@ -43,6 +43,8 @@ class Session extends \yii\web\Session
|
|||||||
public $db = 'mongodb';
|
public $db = 'mongodb';
|
||||||
/**
|
/**
|
||||||
* @var string|array the name of the MongoDB collection that stores the session data.
|
* @var string|array the name of the MongoDB collection that stores the session data.
|
||||||
|
* Please refer to [[Connection::getCollection()]] on how to specify this parameter.
|
||||||
|
* This collection is better to be pre-created with fields 'id' and 'expire' indexed.
|
||||||
*/
|
*/
|
||||||
public $sessionCollection = 'session';
|
public $sessionCollection = 'session';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user