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 are the different opening and closing tags available in PHP?
How cookies are transported from browsers to servers?
my english is not too good then what we apply for a php programer post
What is the difference between Split and Explode in PHP?
How can image properties be retrieved in php?
What is the integer?
What is mysqli_fetch_array?
How can you execute php script from the command line?
What distinguishes php from something like client side java script?
How can we submit a form without using submit buttons?
What is the use of array_search() in php?
What is associative array in php?
How to generate a form?
What is difference between static and constant?
Explain the difference between php4 and php5.