Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expires, max-age下这段文字语义不当 #1213

Open
Lxandcsy opened this issue Jul 17, 2024 · 2 comments
Open

expires, max-age下这段文字语义不当 #1213

Lxandcsy opened this issue Jul 17, 2024 · 2 comments

Comments

@Lxandcsy
Copy link

默认情况下,如果一个 cookie 没有设置这两个参数中的任何一个,那么在关闭浏览器之后,它就会消失。此类 cookie 被称为 "session cookie”。

为了让 cookie 在浏览器关闭后仍然存在,我们可以设置 expires 或 max-age 选项中的一个。

没有设置这两个参数中的任何一个关闭浏览器后就会消失,也就是说两个参数必须都设置才不会消失,但是下一段又说设置一个就会存在在,所以这段话有异议

@songhn233
Copy link
Member

我理解是这句话存在歧义,原来的意思也是表示两个参数如果都没有设置的话,关闭浏览器会消失。

这里翻译可以修改一下,为「默认情况下,如果一个 cookie 这两个参数都没有设置,那么在关闭浏览器之后,它就会消失。」应该就没有歧义了

@Lxandcsy
Copy link
Author

是的大神!感谢回复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants