If you want to write cookies with Apache, you must use mod_headers. After this you can set cookies from every conf file:
Header append set-cookie: “MyCookie=myValue; path=/;”
If you want to write cookies with Apache, you must use mod_headers. After this you can set cookies from every conf file:
Header append set-cookie: “MyCookie=myValue; path=/;”