How can we do user authentication without using
session/cookies ? For ex:- From page1 accepts user name and
password and need to check in all other pages whether the
user has logged in or not
Answer Posted / sachin
Pass the login credentials to the forms using hidden fields
as well as encrypted using one way hash like md5 with a
server known salt value. Every time the request comes to the
server, it will validate credentials.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does php exit do?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
Write a query to find the 2nd highest salary of an employee from the employee table?
What is http php?
Can you specify the "new line" character in single-quoted strings?
What is the most convenient hashing method to be used to hash passwords?
How can you submit a form without a submit button?
How to get best php developer Experience in Php with Sugar CRM / VTiger.
Which is not a php magic constant?
What is a query give example?
What are php functions?
What type of errors can be occurred in php?
What is the main difference between require() and include()?
How to set a value in session? How to remove data from a session?
How to convert a string to uppercase in php?