By default all web application are stateless web application that means web applications can not use first request data for second request.this is called stateless.
But we can use one of the following four session tracking techniques to make them "stateless"
But we can use one of the following four session tracking techniques to make them "stateless"
1.Hidden form fields
2.Cookies
3.HttpSession with Cookies
4.HttpSession with url rewriting