allright, newbie Q...
I'm building a website using two servers...
one holds the frameset and some looks...
the other holds all content AND the PHP-files needed for that content...
the PHPfiles are read into a frameset that's on server1...
When I set a cookie in one of those PHP-files it gets set and saved if I call it using a direct url to the file on the second server...
If I call it in the frameset (from the first server that is) it does get set, but it doesn't get saved!!!
I'm now using setcookie("name","value","expire","","",0);
anybody know a way to get this thing going?