用setCookie()时,将域名指定称“localhost”就保存不了Cookie咋回事?

WBOY
Lepaskan: 2016-06-13 10:16:09
asal
1803 orang telah melayarinya

用setCookie()时,将域名指定称“localhost”就保存不了Cookie怎么回事??
在本地测试的时候发现的。

这样可以设置Cookie:

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->    setCookie('name[1]', 'yy1', time() + 3600, '/');    setCookie('name[2]', 'yy2', time() + 3600, '/');
Salin selepas log masuk


这样就不行了:
PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->    setCookie('name[1]', 'yy1', time() + 3600, '/', 'localhost');    setCookie('name[2]', 'yy2', time() + 3600, '/', 'localhost');
Salin selepas log masuk


这是为什么?设置称“localhost”不对吗???

谢谢!

------解决方案--------------------
when working on localhost the cookie-domain must be set to "" or NULL or FALSE
------解决方案--------------------
探讨

when working on localhost the cookie-domain must be set to "" or NULL or FALSE
Label berkaitan:
sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan