Forum Moderators: coopster
In other words, people that get onto the page of our site and close the browser window or click onto an outgoing link on that page, they will not get a cookie written at all. Am I right?
Thanks
Unless you have specifically set a cookie somewhere
I have a PHP script that loads before HTML code (from php.ini). Would this cover your statement or I need to do more?
As of now, cookie does not show up in cookies folder when you land onto my site, but only after refresh or once you start browsing through.
Thanks
I do want cookie to be set. It is just that I physically see that it’s not showing up when I just land onto my site. Once I click onto any internal link, it does show in “cookies” folder.
To repeat, I already came across claims that in order to get PHP based cookie written, more than just a “land” onto a site is needed (like page refresh).
So, right now, I am looking for a confirmation if this is 100% true or not.
My goal is simple: to have a cookie written right away as soon as you “touch” my site.