run with maven:
mvn clean jetty:run
Open localhost website:
The default configuration has a session timeout set to 65 seconds, and the warning message set to be displayed 60 seconds before session timeout. After opening the page, you will see the warning after 5 seconds of inactivity.
Configuration The session timeout can be configured in WEB-INF/zk.xml
The timeout warning message delay can be configured in the TimeoutWarningInitiator.java class.