File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ in a multi-webserver environment.
9
9
Symfony has a built-in solution for NoSQL database session storage called
10
10
:class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MongoDbSessionHandler `.
11
11
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
13
13
already `installed and configured a MongoDB server `_. To use it, you just
14
14
need to change/add some parameters in the main configuration file:
15
15
@@ -132,6 +132,7 @@ need to change/add some parameters in the main configuration file:
132
132
133
133
Setting Up the MongoDB Collection
134
134
---------------------------------
135
+
135
136
Because MongoDB uses dynamic collection schemas, you do not need to do anything to initialize your
136
137
session collection.
137
138
You can’t perform that action at this time.
0 commit comments