It's not a browser problem, as I said in my post php wasn't saving the
cookies.  This seems to be a widespred problem after searching many mailing
lists and seeing this problem on every one of them, with no fixes.  I had
already changed my path to c:\php\sessions, so that wasn't the problem
either.  What finally fixed it was changing 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

"Neil Smith" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Oddly enough I just had the same problem after messing with my php.ini -
> Check you have a valid drive and path for your cookie (session) save path
:
>
> session.save_path = C:/temp
>
> Ought to do it.
>
> Or, do you mean *your browser* cookies aren't working?
> Can't help you with that, this is a PHP list, you need to know your
browser
> better in that case :-)
>
> Cheers,
> Neil Smith
>
> At 15:13 18/01/2003 +0000, you wrote:
> >Message-ID: <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >From: "Ed" <[EMAIL PROTECTED]>
> >Date: Sat, 18 Jan 2003 09:12:09 -0600
> >Subject: cookies problem
> >
> >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