M
MatheusMokwa
Guest
After reading this: https://documentation.progress.com/output/pdo/index.html#page/pdo/login(-)-method-(jsdosession-class).html Seems that I have to do manually a login interface window.loginView = kendo.observable( { submit: function() { var loginParams = { username: this.username, password: this.password) }; But if I do this, I do have to login every single time in the application, am I rigth?
Continue reading...
Continue reading...