Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Web Screenlet Session time out
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 ?
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);
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™