Print debug statement for session manager implementation
This commit is contained in:
parent
8651432157
commit
21e98e793e
1 changed files with 1 additions and 0 deletions
|
@ -374,6 +374,7 @@ public final class Application implements IPathElement, Runnable {
|
||||||
String sessionMgrImpl = props.getProperty("sessionManagerImpl",
|
String sessionMgrImpl = props.getProperty("sessionManagerImpl",
|
||||||
"helma.framework.core.SessionManager");
|
"helma.framework.core.SessionManager");
|
||||||
sessionMgr = (SessionManager) Class.forName(sessionMgrImpl).newInstance();
|
sessionMgr = (SessionManager) Class.forName(sessionMgrImpl).newInstance();
|
||||||
|
logEvent("Using session manager class " + sessionMgrImpl);
|
||||||
sessionMgr.init(this);
|
sessionMgr.init(this);
|
||||||
|
|
||||||
// read the sessions if wanted
|
// read the sessions if wanted
|
||||||
|
|
Loading…
Add table
Reference in a new issue