Welcome Guest, Not a member yet? Register   Sign In
Session File Handler
#3

(07-09-2021, 09:25 AM)includebeer Wrote:
Code:
app.sessionSavePath = NULL
Your session save path is null. You have to set the directory.

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.

I've uncommented the line of PATH. It's works.
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB