【发布时间】:2014-03-25 17:50:13
【问题描述】:
我不确定以下 2 个 cookie property (session & storeId)。如何分配它们以及如何为它们设置值。
{
"domain": "localhost",
"expirationDate": 1395835493.034348,
"hostOnly": true,
"httpOnly": true,
"name": "token",
"path": "/",
"secure": false,
"session": false, /* What does session option mean here & how to assign them. */
"storeId": "0", /* What does storeId mean here & how to assign them. */
"value": "6e5ef234b7f34fd265f011ab80fc0cff"
}
我知道休息 cookie property,但不清楚 session 和 storeId。
谁能解释一下。
谢谢
【问题讨论】:
标签: javascript php cookies