// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/dwr'; function getSession() { } getSession._path = '/dwr'; getSession.login = function(p0, p1, callback) { DWREngine._execute(getSession._path, 'getSession', 'login', p0, p1, callback); } getSession.getAccountSession = function(p0, callback) { DWREngine._execute(getSession._path, 'getSession', 'getAccountSession', p0, callback); }