Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

This works in Safari, FF, Chrome, etc.: setrawcookie('mycookie', 'myvalue', time() + 31556926); This does not work in FF or Chrome: setrawcookie('mycookie', 'myvalue', time() + 31556926, '/', '....
Kyle's user avatar
  • 1,054
310 votes
26 answers
481k views

I must be missing some basic thing about cookies. On localhost, when I set a cookie on server side and specify the domain explicitly as localhost (or .localhost). the cookie does not seem to be ...
Jan Zich's user avatar
  • 15.4k
2 votes
3 answers
625 views

I tried, to no avail! My problem is php's setcookie() fails in IE6. It's fully functioning (albeit buggy) for Firefox 3 and IE7/8. The following is the code. IE6 displays fail. Simple question: why? ...
montooner's user avatar
  • 1,142
1 vote
1 answer
3k views

I'm having trouble expiring a cookie in php. here's my code: <?php setcookie('reitinvestor_user', 'null', time()-3600,'',$_SERVER['SERVER_NAME']); setcookie('reitinvestor_pass', 'null', time()-...
learningtech's user avatar
  • 33.9k

1
21 22 23 24
25