Account « User « JSP-Servlet Q&A





1. User Account Management    coderanch.com

Your question is not clear to give a precise answer. To terminate a user session after certain period of time use the session time out of servlet container, configurable through your application server. To only allow certain time to user session you need to plan a strategy. After that certain time user should get a popup asking user whether there is ...