Quote:
Originally Posted by MoT3rror
|
I think the easiest way to approach this is the use of the
vbsetcookie.
Can someone step me through the high level implementation of this function?
For example, I have exposed the values I want to store in the cookie (3 int and 1 str) using the global_start hook.
Two questions:
1. Where should I use the vbsetcookie?
2. How do I call the value of vbsetcookie on the next page?
Thanks in advance for anyone's help.