Ok.. One more problem with cookies.
I am using cookies over multiple directories.. something like
main
|
|-contact
|
|-forum
|
|-profiles
Here is my setcookie code.
SetCookie("cookie", "$inf", 0, "/", "", 0);
This works fine when you set the cookie on the main index.php page.. But if you set a cookie on a page under a subdirectory (like contact/index.php) , it doesn't create it correctly. What is the best way to reform my setcookie line to let it create the cookie over any directory on my web site?
Thanks for any and all help
Nivla