From 000ad6746be405025316a88ced11a62da064b779 Mon Sep 17 00:00:00 2001 From: pana1990 Date: Wed, 15 Oct 2014 06:30:06 +0200 Subject: [PATCH] added endpoint [skip ci] --- docs/guide/runtime-sessions-cookies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/runtime-sessions-cookies.md b/docs/guide/runtime-sessions-cookies.md index b14ffa96d9..031b7e36ea 100644 --- a/docs/guide/runtime-sessions-cookies.md +++ b/docs/guide/runtime-sessions-cookies.md @@ -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