Home > Backend Development > PHP Tutorial > php中cookie集如何获取

php中cookie集如何获取

WBOY
Release: 2016-06-13 12:44:05
Original
975 people have browsed it

php中cookie集怎么获取
同一个域名下,

1.asp 写了cookie:
    Response.Cookies("var")("a")="N"
    Response.Cookies("var").Domain = "domain.net"
2.php中如何读取Cookies("var")("a")的值?

不熟悉php,不知道怎么读取这种cookie集的值?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template