Good morning,

I have implemented notifyUser java method where I check in a database the user/password for a client. If the check fails ( not in my database ) I trigger an AccessException. That works fia but the problem is that after that the javascript client keeps working without any problem. How can I prevent the access for that user after the notifyUSer check ?. Thanks very much in advanced