On 4/12/00 7:13 PM, Vyacheslav Pedak at [EMAIL PROTECTED] wrote:

>> 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/

Thanks, but I *also* scoured the spec. What parts of the spec answer my
question?

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

--johnt

===========================================================================
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