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 new features in php 7?
Is php used in 2019?
How is a session id generated?
Tell me how can we determine whether a variable is set?
Is null function in php?
What is laravel php?
What is inheritance in php with example?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
Applications written to provide a GUI shell for Unix and Linux are called
in PHP for pdf which library used?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What is the difference between abstract class and interface in php?
What does sign mean php?
What is the use of 'print' in php?
What are magic constants in php?