diff --git a/reference/session/functions/session-destroy.xml b/reference/session/functions/session-destroy.xml index 0dea0e8170..f631f21f8e 100644 --- a/reference/session/functions/session-destroy.xml +++ b/reference/session/functions/session-destroy.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ In order to kill the session altogether, like to log the user out, the - session id must also be unset. If a cookie is used to propogate the + session id must also be unset. If a cookie is used to propagate the session id (default behavior), then the session cookie must be deleted. setcookie may be used for that.