-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
HttpFoundationbughasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Description
The default table name in the PdoSessionHandler is "sessions" (plural).
The documentation refers to the table in numerous parts as a singular "session" table. It documents the default value as "session" when it should actually be "sessions". The schema creation scripts also use the wrong table name.
These invalid references should be updated in the docs to preserve BC in the code.
Metadata
Metadata
Assignees
Labels
HttpFoundationbughasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.