浏览器 cookie 和更新的证书问题
a browser cookie and a renewed cert issue
我登录到我的应用程序,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)?
TLS 证书和 cookie 没有任何共同点,它们是完全独立的。 Cookie 可能包含加密数据,但可能与其他证书或 private/public-key 相关联,但这仍然独立于 TLS 证书。
我登录到我的应用程序,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)?
TLS 证书和 cookie 没有任何共同点,它们是完全独立的。 Cookie 可能包含加密数据,但可能与其他证书或 private/public-key 相关联,但这仍然独立于 TLS 证书。