hi,
i'm having a cookie problem. Maybe you know Postnuke, anyway it 
requires cookies for users and the admin.

At first it worked fine, i tried to add functionailty, testing 
it on postnuke. Then i deleted some cookies, even deleted the 
windows/cookies/index.dat , installed some extra versions of 
postnuke. All on localhost (PHP4 Apache WIN98 IE5 ZoneAlarm 
MySQL).

Now i see to my amazement that netscape 6.1 works, so maybe 
this is not a php problem after all...

Anyway so i cannot set a cookie anymore with IE with PHP 
setcookie.


I even made a simple file:
<?PHP
        $info = 'cook infor';
      setcookie("nogeen","$info",time() + 15552000);
?>
But no cookie appears.

External sites happily add cookies.

Headers_sent confirms i did not send a header yet.


What can i do???? (except format c:....)

BTW it seems like Netscape also 


Chris H.


---------------------------------------------------------------
-----
--  C.Hayes  Droevendaal 35  6708 PB Wageningen  the 
Netherlands  --
---------------------------------------------------------------
-----

 


-- 
PHP General 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]

Reply via email to