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
How to get ip address of clients machine?
Does https prevent csrf?
What is the function mysql_pconnect() usefull for?
What is difference between static and constant?
What does $globals means?
Does php 7 support mysql?
How many escape sequences are recognized in single-quoted strings?
What is the purpose of the php empty function?
What are the special characters you need to escape in double-quoted stings?
What are the file upload settings in configuration file?
What is the function of trim?
What is php limit?
What are psrs?
How long is session timeout?
What is the difference between laravel and php?