Re: [PHP] HELP! Frustrating Cookie Problem....

2001-08-31 Thread Richard Baskett
I had the exact same problem, so what I have been doing is using the header function to set cookies directly as a header. For example: header("Set-Cookie: CookieName=$NameVar; path=/; expires=$DateVar"); I have had no problems with this way of setting cookies... So far :) Rick > OK I have bee

[PHP] HELP! Frustrating Cookie Problem....

2001-08-31 Thread Jack Sasportas
OK I have been using the *same* cookie function to place cookies on the surfers pc and it works for a few hundred people just fine. Now I have a few people that it just won't work for. After extensive testing the only thing I can see is that it is not writing the cookies, we do see it writing th