S
spandau66
Guest
Hi Wayne, The issue is now resolved (it was a typo in my service adapter!!!). Just one last question (two actually), when the login "login('','')" is performed after a page refresh, the username on the JSDO Session is now obviously empty. As we use the UserName value of the JSDO Session to display within our banner, would it be a sensible idea to use the savelocal and readlocal methods to repopulate the UserName on the login? Second question: When invoking the logout(), I have to code the following: progress.data.ServicesManager._services = []; progress.data.ServicesManager._resources = []; progress.data.ServicesManager._data = []; progress.data.ServicesManager._sessions = []; Is it worth changing the progress.all file to incorporate the above? If so, is placement important? Many Thanks Martyn
Continue reading...
Continue reading...