Welcome Guest, Not a member yet? Register   Sign In
[Windows] session's not saving / starting?
#1

(This post was last modified: 04-05-2020, 04:49 AM by DionVH.)

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
Reply
#2

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
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(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.

Sgow the code for your sessions in the config/app.php file

These are my settings: 
PHP Code:
    public $sessionDriver            'CodeIgniter\Session\Handlers\FileHandler';
    public 
$sessionCookieName        'ci_session';
    public 
$sessionExpiration        7200;
    public 
$sessionSavePath          WRITEPATH 'session';
    public 
$sessionMatchIP           false;
    public 
$sessionTimeToUpdate      300;
    public 
$sessionRegenerateDestroy true
Reply




Theme © iAndrew 2016 - Forum software by © MyBB