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 / master
it is possible by passing the username and password through
the url or using hidden fields if the site contains forms
in all the subsequent pages , else through the url encrypt
the username and password and decrypt the value and check
whether the values passed it same with some predefined
values.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is null empty php?
How does php server work?
Explain the difference between isset() and empty()?
What is faster?
Explain scalar type declarations in php7?
Steps for the payment gateway processing?
How do I see how many pages per session in google analytics?
What is php session id?
How to create an empty array in php?
Can I use php in html?
What are the differences between session and cookie?
What is final class and final method?
What is the function file_get_contents() usefull for?
How to find a specific value in an array?
What are the benefits of composer?