7

When setting ssl_session_cache in Nginx I often see examples set it as one of the two options:

ssl_session_cache shared:SSL:10m; or ssl_session_cache shared:MozSSL:10m;

What is the difference between these two?

pyCthon
  • 11,746
  • 20
  • 73
  • 135

1 Answers1

0

It's just a name. It can be any string.

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
TitanRain
  • 99
  • 1
  • 4