Will it ever be possible to run all web traffic via HTTPS?

后端 未结 7 1601
故里飘歌
故里飘歌 2021-01-04 20:15

I was considering what would it take (technologically) to move all the web traffic to HTTPS. I thought that computers are getting faster, and faster, so some time from now i

相关标签:
7条回答
  • 2021-01-04 20:43

    A major difference with https is that a session is kept open until you close it. Saves a lot of hassle with session cookies but puts a load on the server.

    How long should google keep the https session with you alive after you send a query?

    Do you want a persistent connection to every popup ad?

    0 讨论(0)
提交回复
热议问题