![]() |
[Windows] session's not saving / starting? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: [Windows] session's not saving / starting? (/showthread.php?tid=75996) |
[Windows] session's not saving / starting? - DionVH - 04-05-2020 Dear community The sessions in codeigniter 4 are not coming inside the writeable/sessions folder any idea what could be causing the problems i set all permissions! Greetz Dion RE: [Windows] session's not saving / starting? - InsiteFX - 04-05-2020 I'm on Windows 10 Pro Build 1909 x64 and they save fine in my writable folder. Sgow the code for your sessions in the config/app.php file RE: [Windows] session's not saving / starting? - DionVH - 04-05-2020 (04-05-2020, 08:28 AM)InsiteFX Wrote: I'm on Windows 10 Pro Build 1909 x64 and they save fine in my writable folder. These are my settings: PHP Code: public $sessionDriver = 'CodeIgniter\Session\Handlers\FileHandler'; |