----- Original Message -----
From: John Tangney <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 6:50 AM
Subject: User Authentication


> I'm *very* new to this. Please excuse me if this has been covered. I *did*
> scour the archives...
>
> I'm looking for some code (or guidance) for performing user authentication
> in JSP. The JSP spec makes some vague comment about being an extension of
> the servlet spec, but what does that mean? What do I need to do to
> authenticate a user's login/password, send a cookie to the client and then
> use the user's info in subsequent JSPs?

See Java Servlet API specification 2.2, you can download it from
http://java.sun.com/products/servlet/2.2/

>And, more generally, what parts of
> the servlet API are accessible to my code when I'm using JSP?
>

All API

Vyacheslav Pedak

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to