diff --git a/reference/session/functions/session-set-cookie-params.xml b/reference/session/functions/session-set-cookie-params.xml
index f9d467d858..9df42e6825 100644
--- a/reference/session/functions/session-set-cookie-params.xml
+++ b/reference/session/functions/session-set-cookie-params.xml
@@ -23,8 +23,8 @@
before session_start is called.
- Note the values used in this function will also update the runtime values
- of the corresponding ini values which you can also retrieve with ini_get.
+ This function updates the runtime ini values of the corresponding PHP ini configuration
+ keys which can be retrieved with the ini_get.