hey - i got a quick question. if i run setcookie("test",testvalue,120); shouldn't that set a cookie called test, with 'testvalue' as it's value, that expires in two minutes?
i know it sets it (or atleast i think), because I made another php file that just prints the cookie, $test, but even after i wait more then two minutes it still prints the cookie value, testvalue.. any ideas?