php - how to set HTTP only flag in XAMPP -
i want set http
flag in xampp v3.2.2
have installed opencart v 2.3.0.2
on xampp
, enable in every php.ini
still not working can see more information here
session.httponly option can enabled php.ini. verify working need run:
phpinfo();
if option not there or set properly, editing wrong php.ini file.
Comments
Post a Comment