where is the cookie in my local machine????????
Posted: Sat Aug 23, 2003 4:51 am
Hello everybody!!!!
I am running PHP (version 4.3) with the appache (version 1.3) in my home win98 machine...
My
is:
I run the php file in my IE6 (which accepts cookies) with a code similar to:
<?php
setcookie('cooname','coovalue',time()+(60*60));
?>
<html><head>.........rest of code......</html>
Where is the cookie stored in my local machine?
Something needs to be done in php.ini?
Sessions work fine...
Thanks
I am running PHP (version 4.3) with the appache (version 1.3) in my home win98 machine...
My
I run the php file in my IE6 (which accepts cookies) with a code similar to:
<?php
setcookie('cooname','coovalue',time()+(60*60));
?>
<html><head>.........rest of code......</html>
Where is the cookie stored in my local machine?
Something needs to be done in php.ini?
Sessions work fine...
Thanks