diff --git a/topics/saml/java/general-config/sp_element.adoc b/topics/saml/java/general-config/sp_element.adoc index 8edc55405c..3637b75f1e 100644 --- a/topics/saml/java/general-config/sp_element.adoc +++ b/topics/saml/java/general-config/sp_element.adoc @@ -45,7 +45,7 @@ isPassive:: It is set to `false` by default. turnOffChangeSessionIdOnLogin:: - The session id is changed by default on a successful login on some platforms to plug a security attack vector (Tomcat 8, Jetty9, Undertow/Wildfly). + The session id is changed by default on a successful login on some platforms to plug a security attack vector. Change this to `true` if you want to turn this off. It is recommended you do not turn it off. The default value is `false`.