Using the HttpSession object of the Servlet API
| Article Published May 18, 2000
The Java Servlet API represents an elegant and powerful way to shift processes from client to server, and offers a number of advantages over CGI. These advantages have certainly been enumerated so that most developers are aware of the servlet advantage. However, some of the details of the servlet architecture may at first seem daunting. Here's a short introduction on one aspect of writing servlets: the HttpSession object.
Tags : Java, tutorial, HttpSession object, Servlet API
Tags : Java, tutorial, HttpSession object, Servlet API
