elestio-examples / glpi

Deploy GLPI with CI/CD on Elestio
6 stars 5 forks source link

PHP directive "session.cookie_httponly" should be set to "on" #4

Open apika opened 3 months ago

apika commented 3 months ago

When login to GLPI, the message of the title appears.

To fix it is needed to add this settings to php.ini

session.cookie_secure = On
session.cookie_httponly = On