![]() |
3 days later...
Cause of the problem was that CI session could not be written into database. Simply session was too big, therefore on the next reload it could not be read. https://codeigniter.com/user_guide/libra...ler-driver When creating a `ci_sessions` table, use `mediumblob` instead of `blob` blobĀ - 65,535 bytes mediumblob - 16,777,215 bytes |
Messages In This Thread |
CI 4.1.8 session issues - by davis.lasis - 01-25-2022, 04:48 AM
RE: CI 4.1.8 session issues - by davis.lasis - 01-25-2022, 07:10 AM
|