Welcome Guest, Not a member yet? Register   Sign In
Managing Session
#1

Hello Igniters,
I'm having issues with the session on my website. Below are the current config values for my session., but still my session expires even my browser wasn't closed.
public $sessionDriver = 'CodeIgniter\Session\Handlers\FileHandler';
public $sessionCookieName = 'ci_session';
public $sessionExpiration = 0;
public $sessionSavePath = WRITEPATH . 'session';
public $sessionMatchIP = false;
public $sessionTimeToUpdate = 0;
public $sessionRegenerateDestroy = false;


Hope you can give any solution to solve this issue.
Thank you!
Reply


Messages In This Thread
Managing Session - by dandoy2010 - 10-19-2023, 11:19 PM
RE: Managing Session - by InsiteFX - 10-20-2023, 09:45 PM
RE: Managing Session - by kenjis - 10-21-2023, 12:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB