diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index ad8dcda..c05a6c6 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -55,6 +55,7 @@ B<openssl> B<s_server>
 [B<-engine id>]
 [B<-tlsextdebug>]
 [B<-no_ticket>]
+[B<-no_cache>]
 [B<-id_prefix arg>]
 [B<-rand file(s)>]
 [B<-serverinfo file>]
@@ -267,6 +268,12 @@ print out a hex dump of any TLS extensions received from 
the server.
 
 disable RFC4507bis session ticket support. 
 
+=item B<-no_cache>
+
+disable the server session cache.  This just disables server-session
+in-memory caching, sessions will be still cached via session tickets,
+unless B<-no_ticket> is also specified.
+
 =item B<-www>
 
 sends a status message back to the client when it connects. This includes
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to