Inner Contents | |
Configuration File Examples (XML, JSON, and INI-based) | |
There are many settings that control the behavior of the Handler.
All configuration settings, default values, and configuration keys can be found in the OnixS::B3::BOE::SessionSettings class declaration.
The default settings of the Handler can be changed using the OnixS::B3::BOE::SessionSettings class or a configuration file (XML, JSON, or INI-based).
To specify a configuration for the Handler, one can use either the OnixS::B3::BOE::SessionSettings class interface to set it in the code or use the OnixS::B3::BOE::SessionSettings::load(const std::string & configFile) method to load the configuration from a file.
Configure the Handler using the OnixS::B3::BOE::SessionSettings class:
Configure the Handler using an XML-based file: