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
How to customize session warning pop-up in Liferay DXP?
We want to show a complete different UI for the session warning pop-up. After searching online , I figured out that we have to override session_timeout.jspf file. In order to test that, I implemented a core-jsp-override module and added a single line alert() scirpt inside the session_timeout.jspf but it failed. When the session was about to timed out, nothing is displayed on the page nor my alert message or default modal.