Doc comments for MongoDB Session updated.

This commit is contained in:
Paul Klimov
2014-01-14 12:00:04 +02:00
parent ff18cff836
commit ece5f0b8ad

View File

@ -43,6 +43,8 @@ class Session extends \yii\web\Session
public $db = 'mongodb';
/**
* @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';