更改Cookie到期日期 - HTTP [英] Change Cookie expiry date - HTTP

查看:178
本文介绍了更改Cookie到期日期 - HTTP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要更改我偶尔设置的Cookie的到期日期。

更准确地说,我想刷新到期日期到+1小时。

More precisely I would like to refresh the expiry date to +1 hour.

这是我如何设置Cookie b
$ b

This is how I set the cookie

Set-Cookie: test=123; Expires=Wed, 02 Feb 2011 12:00:00 GMT

再次设置Cookie会添加另一个Cookie相同的名称:S

Setting the cookie again adds another cookie with the same name :S

任何想法?

推荐答案

如果您使用相同的参数(即路径 > Secure 和 HTTPOnly )。

You can only overwrite a cookie if you use the same parameters (i.e. Domain, Path, Secure, and HTTPOnly).

因此,要覆盖当前的Cookie,路径。

So to overwrite your current cookie, you need to set it from the same domain and path.

这篇关于更改Cookie到期日期 - HTTP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆