cookie problem with a computer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • WhatsPHP

    #1

    cookie problem with a computer

    Hi

    I have a problem with cookies on an intranet page created in PHP. All
    the computers on the network except one works with cookies!! I though
    it was a general cookie problem, but every other site works, this
    includes hotmail and so on.. I even opened up the cookie directory and
    new files are created for every site visited except the intranet page.
    Why is this? Why is it happening to only one computer while all the
    other computers work fine?

    help!

  • Erwin Moller

    #2
    Re: cookie problem with a computer

    WhatsPHP wrote:
    [color=blue]
    > Hi
    >
    > I have a problem with cookies on an intranet page created in PHP. All
    > the computers on the network except one works with cookies!! I though
    > it was a general cookie problem, but every other site works, this
    > includes hotmail and so on.. I even opened up the cookie directory and
    > new files are created for every site visited except the intranet page.
    > Why is this? Why is it happening to only one computer while all the
    > other computers work fine?
    >
    > help![/color]

    Maybe somebody turned the cookies off for that domain (intranet)??
    WHich browser? WHich OS?

    Regards,
    Erwin Moller

    Comment

    • WhatsPHP

      #3
      Re: cookie problem with a computer

      Using Internet Exploer 6 on XP

      Comment

      • Zoe Brown

        #4
        Re: cookie problem with a computer


        "WhatsPHP" <futureofai@gma il.com> wrote in message
        news:1126182505 .442389.93300@g 14g2000cwa.goog legroups.com...[color=blue]
        > Using Internet Exploer 6 on XP
        >[/color]
        have you checked that users security settings ? It is possible that the
        cookies you are seeing are old one's ? Try deleting the cookies and then
        seeing if all the other sites are working, I suspect the wrong security
        setting.


        Comment

        • WhatsPHP

          #5
          Re: cookie problem with a computer

          I tried this as well. I delete all the previous cookies and create new
          ones by visiting websites. The computer accepts all cookies fine except
          for the one at the intranet page. I checked the intranet page security
          settings and its all fine, I even tried the accept all cookies setting.
          It is just one computer on the intranet that does not accept cookies
          from the PHP page. All the other computers do.

          I have also tried uninstalling IE and re-installing it, no use.

          Any more suggestions?

          Comment

          • Chung Leong

            #6
            Re: cookie problem with a computer

            Use a browser other than IE to see if it's IE-related or
            computer-related.

            Comment

            • WhatsPHP

              #7
              Re: cookie problem with a computer

              I tried firefox and it works fine no cookie issues at all, but the
              render engine does not display the page as well as IE. Now I think it
              is some problem with the IE on this machine.. However this IE does
              accept cookies from all the other pages including hotmail and other
              sites I know..

              Comment

              • Chung Leong

                #8
                Re: cookie problem with a computer

                Try disabling third party extensions. Go into Options > Advanced and
                uncheck "Enable third-party browser extensions".

                Comment

                • Jerry Stuckle

                  #9
                  Re: cookie problem with a computer

                  WhatsPHP wrote:[color=blue]
                  > I tried firefox and it works fine no cookie issues at all, but the
                  > render engine does not display the page as well as IE. Now I think it
                  > is some problem with the IE on this machine.. However this IE does
                  > accept cookies from all the other pages including hotmail and other
                  > sites I know..
                  >[/color]

                  Looks like you need to fix your page so that it renders correctly in
                  other browsers, also!

                  --
                  =============== ===
                  Remove the "x" from my email address
                  Jerry Stuckle
                  JDS Computer Training Corp.
                  jstucklex@attgl obal.net
                  =============== ===

                  Comment

                  Working...