Ask a Question related to PHP Development, Design and Development.
-
Robert Franks #1
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
-
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... -
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... -
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... -
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... -
URGENT: cookies not working anymore!
hello, any idea why the following code does not work?!! <? $cookieExpire = 864000000; setcookie("a", "love", $cookieExpire);... -
JonathanT #2
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



Reply With Quote

