mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
added endpoint [skip ci]
This commit is contained in:
@ -131,7 +131,7 @@ session classes implementing different session storage:
|
||||
|
||||
* [[yii\web\DbSession]]: stores session data in a database table.
|
||||
* [[yii\web\CacheSession]]: stores session data in a cache with the help of a configured [cache component](caching-data.md#cache-components).
|
||||
* [[yii\redis\Session]]: stores session data using [redis](http://redis.io/) as the storage medium
|
||||
* [[yii\redis\Session]]: stores session data using [redis](http://redis.io/) as the storage medium.
|
||||
* [[yii\mongodb\Session]]: stores session data in a [MongoDB](http://www.mongodb.org/).
|
||||
|
||||
All these session classes support the same set of API methods. As a result, you can switch to use a different
|
||||
|
Reference in New Issue
Block a user