this is no general Problem with Cookies but a big mess: i use cookies to store a session-id, so here is the Problem: The InternetExplorer stores seperate Cookies for every directory on the webserver, where cookies are used. Is it possible to store only one cookie for the whole site, including all subdirs? i used the following line to set the cookie: setcookie($name,$value,$expire,"/",".domain.de"); i also tried the simple version: setcookie($name,$value,$expire); nothing seems to work! any suggestions? CodeDuck -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]