I have a dynamic web project in Java using Hibernate, servlets and JSP. I want to get the remaining session time for a client so that I can warn them of the upcoming session expiration.
For example, the user would login to the application with one minute of session time. When the remaining session time is ten seconds, I want to warn the user using AJAX and JQuery. How would I do this?