I deployed my OTMM app on AppWorks gateway and accessing it through webaccess. Now that, if OTMM's session gets timedout and clicking on any link, it should redirect to webaccess login page... Is there a way to redirect to webaccess login page if session gets timeout or for any other reason... Right now, I am using window.parent.webaccess.showLoginContainer() to redirect to webaccess login page.. but I guess its not the right way to do.. Can anyone suggest me on this?