bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
2.66k stars 446 forks source link

[Feature] Make `sessions` table "configurable" for MySQL sessions #1130

Closed exodus4d closed 5 years ago

exodus4d commented 5 years ago

Column sessions.data type is hard coded to TEXT. In case of large Session data, data gets truncated stored. As a result, Session data is invalid and can not be unserialize() on next access.

related Issue/stacktrace: https://github.com/exodus4d/pathfinder/issues/707

It would be nice to either "inject" session table SQL or "configure" data column