I try to set a cookie on my local webserver. The function setcookie() returnes TRUE, but no cookie is set. The cookie is sent, but it isn't saved on my HD???
All restriction are set to the minimum in my IE 6.0. (take all cookie)
It works well on my server (inet)...
Infos from phpinfo:
Apache Environment:
HTTP_COOKIE lang=de-iso-8859-1
HTTP Headers Information:
Cookie lang=de-iso-8859-1
session:
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.use_cookies On On
session.use_only_cookies Off Off
I should mention that i use it for my sessionmanagement, and this doesn't use any session function from PHP. Its based on a DB and works with cookies and url append.
My problem is that i cant write cookies on my local server... WHY???
Somebody has an idea why it doesn't work?
Greez Pozor
PS: the sessionmanagement still works, but only with url append