172173174175176177178179180181182
} } cls = _config.getSessionCacheClass(); if (cls == null) { _sesscache = new SimpleSessionCache(); } else { try { _sesscache = (SessionCache)cls.newInstance(); } catch (Exception ex) { throw UiException.Aide.wrap(ex, "Unable to construct "+cls);