SessionConfiguration.saveChanges

SessionConfiguration.saveChanges(section=None, option=None)

Permanently set changes made to the configuration file.

Depending on the values of the inputs, three levels of saving are allowed. If both section and option are specified, that specific value will be written to file. If only section is specified and option is None, then any changes in that section will be written to file. And if both section and option are None, then all changes will be written to file. If section is None and option is not None, an exception is raised.