Session_name(): session.name cannot be a numeric or empty ''

Hi guys, I’m currently trying to setup the nextcloud server on my computer.

When I enter localhost:443 in my browser, than I’m getting the following:

After taking a look into the log file, the reason of the error is this:

(...)
    "message": {
        "Exception": "ErrorException",
        "Message": "session_name(): session.name cannot be a numeric or empty ''",
        "Code": 0,
(...)

How can I fix this?