Is it possible for an html file residing in a sub directory to set a cookie with root directory permission? If so how would you do this. Because as far as I know a cookie set by a certain html file will be set with permission for that specific html file's directory level and lower. Please note that my situation requires the html file to be in a sub directory and not in root, but it needs to set a cookie which has higher directory (up to root) permission without using another root located html file.