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
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What should we do to be able to export data into an excel file?
What is session in php why it is use?
How can we display the output directly to the browser?
What is strstr php?
What are the advantages of object-oriented programming in php?
Do you know what are traits?
What is the different between count() and sizeof() in php?
What the use of var_dump()?
What is prepare in php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What does a special set of tags do in php?
What types of MYSQL function available for affecting columns
Tell us how can we display the output directly to the browser?
How do I clear my browser session?