cookies not working after site migration

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default cookies not working after site migration

    Hi everyone
    We recently migrated our site to new hosts (still with linux), and am now
    finding that it is not picking up client cookies.
    I only set the name of the cookie, the value (user_id) and expiry date.
    The domain name is the same and the name, value and expiry date of the
    cookies have not changed, but on the third line of the cookie file there is
    a 4-digit number
    which before was 1024 and on the new site is now always set to 1536.
    Anyone know what could be causing this?


    --
    Regards
    Robert Franks





    Robert Franks Guest

  2. Similar Questions and Discussions

    1. css not working on site
      I have recently used dreamweaver and I am trying to validate. I have the design look ok in the program, but on server it seems that it is not using...
    2. This piece of code is not working for storing cookies
      :( Gurus, I have a need of selecting a country name from list of countries that is displayed through a combo box control. There is also a...
    3. New site almost working - Help
      I have looked at helps from past discussions and have tried several suggestions, but my form still will not mail back to me. Is my form wrong? I...
    4. Working with cookies
      Hi everyone! I'm new to this PHP programming stuff and need some assistance. I have a CGI script written in Perl that sets a cookie with values...
    5. URGENT: cookies not working anymore!
      hello, any idea why the following code does not work?!! <? $cookieExpire = 864000000; setcookie("a", "love", $cookieExpire);...
  3. #2

    Default Re: cookies not working after site migration

    I don't know how many years old this post is, but I'm having similar trouble. Some of my cookies are listed with 1536 and they are not getting read in IE with default privacy settings. Other cookies have 1024 and do go through on IE with default privacy settings. (My P3P file is set up properly.) Anyone have any thoughts here?
    JonathanT Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139