开发者

How long do FireFox, Chrome, Safari, and Opera cache SSL/TLS session keys?

开发者 https://www.devze.com 2022-12-25 20:41 出处:网络
To try to use a reason SSL/TLS session key timeout on the server-side, I\'d like to know how long popular browsers cache session keys on the client.

To try to use a reason SSL/TLS session key timeout on the server-side, I'd like to know how long popular browsers cache session keys on the client.

Microsoft describes this information for Windows/IE here:

http://technet.microsoft.com/en-us/library/cc77646开发者_StackOverflow社区7(WS.10).aspx

But, I haven't been able to find similar information for other popular browsers. Does anyone know? Thanks!


According to a very reliable source, this is how it is meant to work in Opera:

Sessions are stored until one of the following conditions occur:

1) server refuses connection (I'm translating this and am not an expert so this may be a bad choice of words)

2) user deletes private data

3) Opera is closed

Hope this gave you some of the information you were looking for.


Google Chrome will never store session information on the disk so most expiration occurs because the user ends the process.

Otherwise, the session store is large enough to be (effectively) infinite for most users.

We don't delete session information when flushing user data (I believe), but we will delete it if we see certain sorts of handshake failures when connecting to the server. That's part of our general fallback for buggy servers which, dealing with the messy web, one is forced to do.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号