In case I was not clear, I wish to change users, not temporarily. When the app started we did not have a real user, now we do, or else the users have changed.
awAJAX calls xxxProcess.wUserSet() after each request is completed
You should not have to call it yourself
I want to call wuserset in xxprocess after a user logs in. I do not see an instance of it already, am I missing it? Becaise if I do
x=createobject('xxprocess')
x.wuserset(user)
I get errors that loData does not exist.