anyone have any idea why cookies will not set when running on my local network

i am running nt4.00, iis4.00, php 4, mysql 3.23.xx

if i set up a cookie for some reason it doesn't write to the cache on my networked win98 machine

any ideas ???

thanks, darren

    a year later

    Did you ever figure out why cookies weren't saving w/IIS? I'm having the same problem.

      13 days later

      Hi!
      I am having the same type of problems. I have been using cookies with Apache/PHP/Mysql on my development machine and everything works fine. However after publishing on my ISP, i discover that they use IIS and my cookies don't work. Typical?
      Anyway, I found this article, although somewhat outdated. See below.


      gerhard@frappe.iaf.nl
      10-Jan-1999 03:58

      Just to complete the info on IIS and it's weird cookie behaviour:

      There is a an article in their knowleggbase on the subject with Article
      ID: Q176113
      The solution is to add nph- in front of the CGI name. This also works for
      PHP pages.

        Write a Reply...