Is it possible to return HTTP response code to the browser using pl/sql?
941546Jun 4 2012 — edited Jun 5 2012I am working on web application written in pl/sql . It uses Basic Authentication. Now there is no efficient way of logging out unless you close the browser. Is there a way I can send 401:Authentication Required in the header when the user hits logout button somehow? Is this even possible. I'll appreciate your help. Thank you