浏览器 cookie 和更新的证书问题

发布于 2025-01-09 06:53:40 字数 470 浏览 0 评论 0原文

我登录到我的应用程序,TSL 证书在 15 分钟后过期。我续订了过期的证书,但在清除浏览器的 cookie 后无法登录 我能够再次登录。

我的问题

Why did I need to clear browser cookies to be able to log in?

Are cookies somehow related to TSL certificate / (-es)?

Do old cookies become invalid upon TSL certificate expiration?

Are these issues specific to a given situation or is it a common behavior that an expired certificate makes a cookie invalid or is it something else (perhaps, app specific)?

I logged in to my app and the TSL certificate has expired after 15 minutes. I renewed an expired certificate and I couldn't log in, however after clearing my browser's cookies
I was able to login again.

My questions

Why did I need to clear browser cookies to be able to log in?

Are cookies somehow related to TSL certificate / (-es)?

Do old cookies become invalid upon TSL certificate expiration?

Are these issues specific to a given situation or is it a common behavior that an expired certificate makes a cookie invalid or is it something else (perhaps, app specific)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十级心震 2025-01-16 06:53:40

TLS 证书和 cookie 没有任何共同点,它们完全独立。 Cookie 可能包含加密数据,但可能与其他证书或私钥/公钥绑定,但这仍然独立于 TLS 证书。

TLS certificates and cookies have nothing in common, they are totally independent. Cookies may contain encrypted data but that might be tied to some other certificate or private/public-key but this is still independent from the TLS cert.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文