fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
463 stars 299 forks source link

PHP session IDs may be longer than 32 bytes #4938

Closed nomis closed 7 months ago

nomis commented 9 months ago

The session_id field of the session table is created as a 32 character string, but this is only the PHP default length and the Session ID length can be between 22 to 256.

When the length is configured to be longer than this, an error occurs trying to insert the session into the database.