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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -