nope that didn't work...
i seem to have another problem which if i solves will probably do the cookie one too...
i have the following file mydomain.com/v3/index.php
include("../common.php"); // contains all db connecting scripts etc...
include("../left.php");
// lots of other sql statements that work fine, that are reliant upon the common.php file
in this case it is the left.php file that isn't reading the afore mentioned cookie and also isn't connecting to the database..
however, if i call left.php individually then it works fine!
hopefully this will clarify a few things.
stew