Session File Handler |
Code: app.sessionSavePath = NULL In fact, in Config/App.php it is already set to the default location in the writable folder: PHP Code: public $sessionSavePath = WRITEPATH . 'session'; Don't overwrite it in the .env file, or set the right path in the .env file, but it cannot be null. |
Messages In This Thread |
Session File Handler - by wspock - 07-09-2021, 08:01 AM
RE: Session File Handler - by includebeer - 07-09-2021, 09:25 AM
RE: Session File Handler - by wspock - 07-09-2021, 12:13 PM
|