Hello. I have a problem with an PHP-Application, which was hosted on Linux computer. I installed an Apache-Server on a Win200 system. When i start this apllication, the client doesn't save/get cookies. (cookies are allowed and works) Why??
Thanks
If you use setcookie() as well as Header() on the same page the cookies aren't set. Check out the user-notes on the online php manual for setcookie and you'll see ways to get round it.