Prevent browser back button after login and logout in oracle apex

拟墨画扇 提交于 2019-12-11 00:48:30

问题


In Oracle APEX, how do I prevent a user from navigating back to the login page from the home page using browser back button after login, and then navigating back to home page from the login page after logout? I tried the following JavaScript code

window.history.forward();

But it did not give me the expected results.

来源:https://stackoverflow.com/questions/48617294/prevent-browser-back-button-after-login-and-logout-in-oracle-apex

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!