[Session] PdoSessionHandler notice about data size #5269
Labels
actionable
Clear and specific issues ready for anyone to take them.
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
hasPR
A Pull Request has already been submitted for this issue.
HttpFoundation
If the session data doesn't fit in the data column, it might get truncated by the RDMS (at least mysql). So the data gets corrupted and also PHP session system ignores the data without giving a warning.
So the docs should add a note for this case that people can
Based on symfony/symfony#14647
The text was updated successfully, but these errors were encountered: