Config config = Config.getInstance();
try {
_maxFileSession = Integer.parseInt(
config.getProperty("org.sd_network.vfs.FileSession.Max"));
} catch (NumberFormatException e) {
throw new InvalidConfigException(
"org.sd_network.vfs.FileSession.Max", e);
}
}