My goal is to create a function, using primefaces and JSP, to capture how long have the user been with no activity in my website. For example, if the user is not using my page for more than 5 minutes, I need send a dialog box telling him that he's disconnected from the website.
Could anyone help me with this issue?