session tracking using hidden form fields in servlet
For Explanation watch the video
Http Stateless behaviour
The protocol http creates seperate connection with the web server for browser for every request
due to this one connection data can not be used in another connection i.e one request data can ...
realnamehidden.hashnode.dev2 min read