I'm not sure why this worked and I noticed there were hundreds of others in
various mailing lists with the same problem, but all I did was change this
in the php.ini file:
error_reporting  = E_ALL

To This:
error_reporting  = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR

Now cookis and sessions work just like they're supposed to.

Ed

"Ed" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I seem to be having a problem with cookies not being saved and I'm using
> W2k, IIS 5.0, with php 4.3.  I just upgraded from a previous version of
php
> that worked fine.  Anyone had this problem or know of a solution?
>
> Thanks,
>
> Ed
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to