We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d7936 commit e0996ebCopy full SHA for e0996eb
cookbook/configuration/pdo_session_storage.rst
@@ -216,6 +216,13 @@ following (MySQL):
216
`sess_lifetime` MEDIUMINT NOT NULL
217
) COLLATE utf8_bin, ENGINE = InnoDB;
218
219
+.. note::
220
+
221
+ A ``BLOB`` column type can only store up to 64 kb. If the data stored in
222
+ a user's session exceeds this, an exception may be thrown or their session
223
+ will be silently reset. Consider using a ``MEDIUMBLOB`` if you need more
224
+ space.
225
226
PostgreSQL
227
~~~~~~~~~~
228
0 commit comments