我正在我的localhost域设置一个cookie,并按照SO中最高排名的问题所指的所有内容:set-cookie : Cookies on localhost with explicit domain和Why won't asp.net create cookies in localhost?
tkn=2DH1hWlhOrl1Ty5qsYYyHKXZlfTOac;
Domain=.localyyyyyyyy.com;
Expires=mar., 21 avr. 2015 20:36:48 WEST;
Path=/;
HttpOnly
我绑定了/ etc / hosts 127.0.0.1 to dev.localyyyyyyyy.com
我可以看到带有Cookie的响应标题,但我看不到它存储在Chrome或Firefox中。
并且在Cookie标签上,没有:
你们这些人对此有什么想法吗?
谢谢,