CodeIgniter Forums
Session_files_driver.php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Session_files_driver.php (/showthread.php?tid=70893)



Session_files_driver.php - BabalooAye - 06-14-2018

I am getting an internal apache server error when activating the session driver. By examining my '/var/lib/php/sessions', I have discovered that the session file of the IC instance I am using is being erased (I mean its content) every time the request needs to read the session content. This only happen when using version 3.1.9. Can someone help me here?


RE: Session_files_driver.php - n0cturn0 - 06-14-2018

(06-14-2018, 01:16 PM)BabalooAye Wrote: I am getting an internal apache server error when activating the session driver. By examining my '/var/lib/php/sessions', I have discovered that the session file of the IC instance I am using is being erased (I mean its content) every time the request needs to read the session content. This only happen when using version 3.1.9. Can someone help me here?

i soved with https://www.wikitechy.com/errors-and-fixes/php/fatal-error-maximum-execution-time-of-30-seconds-exceeded


RE: Session_files_driver.php - BabalooAye - 06-14-2018

(06-14-2018, 01:27 PM)n0cturn0 Wrote:
(06-14-2018, 01:16 PM)BabalooAye Wrote: I am getting an internal apache server error when activating the session driver. By examining my '/var/lib/php/sessions', I have discovered that the session file of the IC instance I am using is being erased (I mean its content) every time the request needs to read the session content. This only happen when using version 3.1.9. Can someone help me here?

i soved with https://www.wikitechy.com/errors-and-fixes/php/fatal-error-maximum-execution-time-of-30-seconds-exceeded

I don't think any of these situations apply to my case. Apparently, it is related to the session file driver in version 3.1.9 (because this does not happen when I go back to 3.1.8). Anyway, thanks for the attention. Wink


RE: Session_files_driver.php - InsiteFX - 06-15-2018

I am using CodeIgniter Version 3.1.9 on Windows 10 Pro x64 with files driver and it works fine.

Maybe you have some old session files hanging around, if so delete them.