Log in

View Full Version : How do you set a cookie for a new variable?


dwh
01-31-2005, 12:53 AM
In vb2 all you had to do to set a cookie was

vbsetcookie("some[$variable]",1,1);

and to read it you just needed

if ($some[$variable]=="1"){

but how do you do that in vb3?

dwh
09-29-2005, 07:05 AM
bump for 3.50