Recently i read about the basic authentication they are saying that
Basic authentication is doesn’t rely on session tracking.
What does it means?
We no need to maintain the username and password in session?
Thanks in advance
Dilip
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basic auth is done between browser and server, not browser and web application. The web application is not even aware of it (although some frameworks offer that as a feature by returning http responses). There is also no login and logoff call, just username password present or not.