mongodb\Session $sessionCollection

$sessionCollection public property

The name of the MongoDB collection that stores the session data. Please refer to yii\mongodb\Connection::getCollection() on how to specify this parameter. This collection is better to be pre-created with fields 'id' and 'expire' indexed.

public string|array $sessionCollection = 'session'
doc_Yii
2016-10-30 17:09:28
Comments
Leave a Comment

Please login to continue.