Hits Today: 1 Total: 8831 | Updated: 3/3/2003 | |
 | One of the most important parts of web development is to make sure that only authorized users get access to certain areas of the site. This script uses JSP pages to validate a user ID and password from a MS Access database. Code: JSP 1.2 |
Hits Today: 1 Total: 1269 | Updated: 7/13/2007 | |
 | This tutorial shows developers how to create JSP scripts that feature strong user validation. The tutorial includes exmaple code for clear explanation and understanding of the methods in use. Author: Noumanrashid Code: JSP 2.0 |
Hits Today: 1 Total: 7697 | Updated: 6/28/2001 | |
 | There are a number of problems that arise from the fact that HTTP is a "stateless" protocol. In particular, when you are doing on-line shopping, it is a real annoyance that the Web server can't easily remember previous transactions. Author: Marty Hall Code: JSP 1.1 | |  | |
Hits Today: 1 Total: 3831 | Updated: 11/9/2001 | |
 | Cookies were invented by Netscape as a debugging technique, but have since become ubiquitous. This article shows you how to use them to get the client to remember some bit of information with a servlet. Author: Ian Darwin Code: JSP 1.2 |
Hits Today: 1 Total: 6380 | Updated: 11/10/2001 | |
 | This article shows you how to keep track of one user across several servlet invocations within the same browser session by using an HttpSession object. Author: Ian Darwin Code: JSP 1.2 |
Hits Today: 1 Total: 6794 | Updated: 6/23/2001 | |
 | An article on managing sessions. First describes what is a session?, how to identify a user across multiple pages and how to manage sessions using Java Servlets. Online demo available Author: Faisal Khan Code: JSP 1.1 |
Hits Today: 1 Total: 3679 | Updated: 12/20/2001 | |
 | Cookies were invented by Netscape as a debugging technique, but have since become ubiquitous: all modern browsers, including MSIE, and text browsers such as Lynx accept and store them. Author: Ian Darwin Code: JSP 1.2 | |  | |
Hits Today: 1 Total: 5887 | Updated: 12/20/2001 | |
 | HTTP was designed to be a stateless protocol: you would connect to a server, download a laboratory report, and that would be the end of it. Then people started getting clever, and began using it for interactive applications. Author: Ian Darwin Code: JSP 1.2 |
Hits Today: 1 Total: 5666 | Updated: 12/16/2002 | |
 | This article explains how to implement session tracking using two of the simplest & oldest methods available to programmers. The techniques presented in this article use some old, tried and tested ways which are extremely popular even today. Author: Kiran Pai Code: JSP 1.2 |
|