?
avatar mbabker
mbabker
23 Aug 2016

Per the PHP 7.1 UPGRADING document:

Session ID is generated from CSPNG directly. As a result, Session ID length could be any length between 22 and 256. Note: Max size of session ID depends on save handler you are using.

Our database table does not accommodate this potential maximum length. MySQL has a length of 191 and the other databases are capped at 200.

Since apparently this is handler dependent, it may be possible with the PHP API to set a maximum length via our handlers if we cannot consistently lengthen our columns for the full range. Since we are always storing session data to the database, even when the database handler is NOT in use, it will have to be a global change.

avatar mbabker mbabker - open - 23 Aug 2016
avatar brianteeman brianteeman - change - 23 Aug 2016
Labels Added: ?
avatar zero-24 zero-24 - change - 30 Aug 2016
Category Libraries
avatar mbabker
mbabker - comment - 11 Dec 2016

Closing as not an issue. If this actually becomes one, open an item.

avatar mbabker mbabker - change - 11 Dec 2016
The description was changed
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-12-11 21:22:29
Closed_By mbabker
avatar mbabker mbabker - close - 11 Dec 2016

Add a Comment

Login with GitHub to post a comment