~~Title: User-Defined Session Manager and Object Provider~~
The standard JVx server implementation uses the classes DefaultObjectProvider and DefaultSessionManager for the object and session administration. To change the default settings, the [[jvx:common:setup:zones|server configuration]] can be modified via config.xml.
User-defined classes can be integrated using the following:
...
...
com.app.server.AnotherSessionManager
com.app.server.AnotherObjectProvider
\\
**Note**
At a minimum, the object provider has to correspond to the class AbstractObjectProvider, and the session manager has to correspond to the class DefaultSessionManager.