Date: 2017-12-11
This tutorial demonstrates how to use hidden form fields for session tracking in Java Servlets. Hidden fields, invisible to the user, store client information within the browser and are submitted with the form. The example uses ind...