SoapServer->setPersistence() --
Sets persistence mode of SoapServer
Descrizione
class SoapServer { void setPersistence ( int mode ) }
This function allows saving data between requests in a PHP session. It works only
with a server that exports functions from a class with
SoapServer->setClass().