Could I use the normal setcookie() elsewhere ?
I would set a cookie of 15 secs within a function, but can't manage to do so...
I tried to extend the vbsetcookie() function with a 4th parameter (duration) or even to use the standard php function, but I can't see that cookie even reloading and reloading page.
Besides, is it possible to set and read a cookie within a function ?
I used global $HTTP_COOKIE_VARS to read, but can't manage to set it within....
Thanks a lot.
Bye