From 73f07ed0176923f87bea94586e0414a0be5330b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Miguel=20Benito=20Calzada?= Date: Thu, 15 Jan 2015 18:06:57 +0100 Subject: [PATCH] Fixed typo --- components/http_foundation/sessions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation/sessions.rst b/components/http_foundation/sessions.rst index 5c9d7accd94..430a83ac23c 100644 --- a/components/http_foundation/sessions.rst +++ b/components/http_foundation/sessions.rst @@ -46,7 +46,7 @@ Quick example:: .. note:: - While it is recommended to explicitly start a session, a sessions will actually + While it is recommended to explicitly start a session, a session will actually start on demand, that is, if any session request is made to read/write session data.