Posted By:
aakula_satish
Posted On:
Friday, March 11, 2005 10:30 PM
i am very new to this tech.
There is any way that we can exchange the data between two or more servlet.
for example
in one servlet i had taken username and password
in second i am using filter i had made a connection to the data base and obtain the results.The result contains usernames and passwords.
in third servlet where i need to compare both the results and check for vaild user or not.