WEB CLIENT LOGIN MODULE
Hi everyone!
I'm trying to come up with a web based login module for a web based booking and ticketing system. Please anyone who has an idea please help me out. Please include your proposed code. your help will be highly appreciated
# 1
Hello Robertnash,
There are several ways to do authentication:
Basic authentication: Pops up a dialog asking for username and password.
Digest: Same as basic, except the password is MD5 encrypted.
HTTPS client authentication. Uses a digital certificate.
Form based authentication. The username and password are entered in a HTML form (posted over SSL to be secure).
You can find descriptions and code examples of basic and form based authentication here: http://archive.moreservlets.com/Chapter7.html
Best regards,
Martin Israelsen
Architect
WebReserv.com