browser is not accepting my sent cookie
Posted: Tue Jul 27, 2004 6:19 am
Hello
I have transfered my PHP application from my work station where I worked locally to a Linux Web server
For some reason, my code that sent cookies to the browser doesn't work anymore.
My call to setcookie works flawlessly (it returns true)... However when I look at the $_COOKIE array in the next time I reach the server, the cookie not there.
I even checked my local machine to see if a cookie file has been generated for me and NO!
what could cause the browser to stop accepting cookies?
I am using IE6
thanks
I have transfered my PHP application from my work station where I worked locally to a Linux Web server
For some reason, my code that sent cookies to the browser doesn't work anymore.
My call to setcookie works flawlessly (it returns true)... However when I look at the $_COOKIE array in the next time I reach the server, the cookie not there.
I even checked my local machine to see if a cookie file has been generated for me and NO!
what could cause the browser to stop accepting cookies?
I am using IE6
thanks