Eduard Müller
Results
2
issues of
Eduard Müller
$this->app->request ()->host results in $_SERVER['HTTP_HOST'], which could be forged from outside. Could you add a new variable e.g "servername" with $this->app->request ()->servername, which delivers the content of $_SERVER['SERVER_NAME']? [CAUTION](https://www.php.net/manual/en/reserved.variables.server.php): Note:...
Hi, it is possible to use Ghostff/Session on a private/public website without using a cookie in the frontend? I need the cookie only in the backend and the code base...