Class OpenSslServerSessionContext

    • Method Detail

      • setSessionIdContext

        public boolean setSessionIdContext​(byte[] sidCtx)
        Set the context within which session be reused (server side only) See man SSL_CTX_set_session_id_context
        Parameters:
        sidCtx - can be any kind of binary data, it is therefore possible to use e.g. the name of the application and/or the hostname and/or service name
        Returns:
        true if success, false otherwise.