setcookie ( string name [, string value [, int expire [, string path [, string domain [, int secure]]]]])
Anybody knows how important or unimportant is string path and string domain when we want to set cookies?
How can they affect the cookie itself?
Does it have something to do with where can we use the cookie value? (since cookie can only be used by other scripts within the same directory and its subdirectories)
thanks.
-scoppc-