diff --git a/reference/soap/functions/soap-soapserver-setpersistence.xml b/reference/soap/functions/soap-soapserver-setpersistence.xml index 9587587c9c..9bdf81fc97 100644 --- a/reference/soap/functions/soap-soapserver-setpersistence.xml +++ b/reference/soap/functions/soap-soapserver-setpersistence.xml @@ -1,5 +1,5 @@ - + SoapServer->setPersistence() @@ -60,6 +60,14 @@ $server->setPersistence(SOAP_PERSISTENCE_REQUEST); ]]> + + + The persistence + SOAP_PERSISTENCE_SESSION makes persistent only object + of given class, but not the class static data. You may use $this->bar + instead of self::$bar. + +