已结束。此问题不符合
Stack Overflow guidelines .它目前不接受答案。
Best Answer-推荐答案 strong>
根据documentation添加 cookie 时,您需要指定 max-age
或 expires
参数选项。如果既没有指定 expires 也没有指定 max-age ,它将在 session 结束时过期(当您退出浏览器时)。
document.cookie = "temporary=hello";
document.cookie = "permanent=world;max-age=31536000"; // 60*60*24*365, for a year
关于ios - 关闭应用程序后,Safari IOS 不会保留使用 JavaScript 设置的 Cookie,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/50534669/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |