this.classLoader = ClassLoaderUtil.getClassLoader( classLoader,
getClass(),
false );
this.immutable = false;
this.chainedProperties = new ChainedProperties( "session.conf",
this.classLoader );
if ( properties != null ) {
this.chainedProperties.addProperties( properties );
}