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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -