最佳答案
如何让 Cookie 在30分钟内过期? 我使用的是 jQuery Cookie。 我可以做这样的事情。
$.cookie("example", "foo", { expires: 1 });
这是一天。但我们怎么能设置到期时间为30分钟。