The Session interface represents an authenticated
 session.
Create an object.
    Object create
    (
        in string factoryName
    );
The standard CORBA Naming Service is used to resolve
 factoryName to a
 Factory
 that has knowledge of this session's credentials, and the factory's
 create
 operation is used to create the object.
 The caller must narrow the
 returned object reference to a type which has been generated by
 the IDL compiler from the object's IDL interface.
Lookup a factory/home object or naming context.
    Object lookup
    (
        in string name
    );
The standard CORBA Naming Service is used to resolve
 name to a factory/home object or
 NamingContext.
 If a factory/home object is returned it will have the Session's
 credentials.
 The caller must narrow the returned object
 reference to the appropriate factory/home interface or
 NamingContext
 as appropriate.