ill give a lil bit more details.
Before, i just used
setcookie("etg",$cookiestring)
and all worked well. Now that i have changed it to
setcookie("etg",$cookiestring, time()+3600, "/", ".sepden.users.digiserv.net", 0);
It dosnt work on that index page (the.phps file) but in the login page i am also checking to see if it is set, and it works well there.
The login page is in the root dir, and the index page is in /forum/ could that be anything to do with it?
Thanks again