Enable MBEDTLS_SSL_SESSION_CACHE by default
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 2a0bbfb..81c1340 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -1674,7 +1674,7 @@
  *
  * Comment this macro to disable support for SSL session cache
  */
-//#define MBEDTLS_SSL_SESSION_CACHE
+#define MBEDTLS_SSL_SESSION_CACHE
 
 /**
  * \def MBEDTLS_SSL_EXPORT_KEYS