Skip to content

Commit 4048e97

Browse files
fix formatting
1 parent 52d89dc commit 4048e97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/configuration/mongodb_session_storage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ in a multi-webserver environment.
99
Symfony has a built-in solution for NoSQL database session storage called
1010
:class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler`.
1111
MongoDB is an open-source document database that provides high performance,
12-
high availability, and automatic scaling. This article assumes that you have
12+
high availability and automatic scaling. This article assumes that you have
1313
already `installed and configured a MongoDB server`_. To use it, you just
1414
need to change/add some parameters in the main configuration file:
1515

@@ -132,6 +132,7 @@ need to change/add some parameters in the main configuration file:
132132
133133
Setting Up the MongoDB Collection
134134
---------------------------------
135+
135136
Because MongoDB uses dynamic collection schemas, you do not need to do anything to initialize your
136137
session collection.
137138

0 commit comments

Comments
 (0)