Yes!!! I got it to work! The problem was the expirationdate in the cookie: setcookie("devProcTailorCookie", "cookie value"."|".time(), 31536000);
Now I set it like this: setcookie("devProcTailorCookie", "cookie value"."|".time(), time()+100000); But now it doesnt work in explorer. But I would be able to fix that. Thanks /Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php