Edit the php.ini file

After installing DNCA, access the php.ini file from the usr/local/dncauser/etc location. The php.ini file is used for setting values during deployment.

Complete the following steps:
  1. Edit the php.ini file to add the following content in line 449:
    error_reporting = E_ALL & ~E_WARNING  & ~E_STRICT & ~E_DEPRECATED
  2. Locate the [Session] section and set the session.cookie_httponly to True.
  3. Restart the DNCA server.