reading and settings cookies
Hi,
I am trying to set and read cookies in my own PHP script which I include in the template system.
I get a blank page if I want to read a cookie like $_COOKIE['name'] if i do this after including global. If I put it before, it works, but I need it after the global. I saw that there is a vbsetcookie function. Is there also a VB read functions for cookies?
Or is there another way to read my own set cookies?
|