W
whenshaw
Guest
Hi Roger, I don't know why "size" is undefined, but I can comment on the second error you see. The logout code is trying to put together an error message but, as it says, the "cError" variable is undefined. The fact that cError is undefined at that point is a bug and I will log it. As for the bigger question of why there's an error in logout -- it's possible that whatever is preventing your app from working has put it into a state where it can't execute the Session logout() code (in the Progress JavaScript library) correctly. Maybe the login doesn't succeed but eventually the logout gets called anyway, for example. Regards, -- Wayne Henshaw
Continue reading...
Continue reading...