I wish to run a function for every user with a session at regular intervals that will check if a user is active. If not active, the function will remove the user from the list of users in the servlet context and clear the user session.I wish to run a function for every user with a