|
Login Page
I had a login page and want to authenticate through a Unix file (.txt file).
-----abc.txt------
absvd|sfjlfnfkf
anldnv|asklffdko
------------------
So I want to read the file and check if corresponding username and password matches or not using javascript or JSP. Also tell me in which directory of apache we should put this abc.txt file in which login details are stored.
Last edited by ravi18s; 05-14-2009 at 07:33 AM..
Reason: now asking More specifically with example
|