RE: Web Screenlet Session time out

Mohamed Imran, modified 7 Years ago. New Member Post: 1 Join Date: 9/10/18 Recent Posts

By using web screenlet i have create apk. I have used login screenlet for authentication and then web screenlet to access specific pages of the portal. In web screenlet when i sign out it should redirect to login screenlet. How can i achieve that ?

thumbnail
Javier Gamarra, modified 7 Years ago. Expert Posts: 348 Join Date: 2/12/15 Recent Posts

You can capture the sign out by injecting a JS script in the web screenlet that calls native code to redirect to the LoginScreenlet.

 

Something like this:

 

JsScript script = new JsScript(...);

webScreenlet.injectScript(script);