CodeIgniter Forums
Session files with 0 bytes - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Session files with 0 bytes (/showthread.php?tid=71070)



Session files with 0 bytes - ivanargulo - 07-02-2018

Hello everyone! I'm experiencing some problems with session files. Recently, CodeIgniter started creating session files with 0 bytes, two or three every second. Sometimes 5 or 6, even more.

The app is working perfectly; the only problem is that the large amount of files causes the whole system to break when the session folder reaches 15.000 files... only a few of them containing actual session data.

Could you give some insight regarding why this is happening, and any clue to solve it?

Thank you in advance.