Set the persistence mode for a soap server

You have used the below given method to set the persistence mode for a soap server using PHP 5.

SOAP_PERSISTENCE_SESSION

The persistence of which of the following is/are unlikely to be affected in the given scenario?

1. Objects of the class.

2. Static data member of the class.

Options
  1. Only1
  2. Only 2
  3. Both 1,2
  4. Neither 1 nor 2

Related Posts