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
What is the use of die in php?
How to reset/destroy a cookie?
Is null in php?
What is the use of trim function in php?
How to access a Static Member of a Class in PHP?
Explain mail function in PHP with syntax?
Can I run php without xampp?
How do you access a get requests url parameter with php?
What is a string in php?
How do I stop a php script?
Tell me how can we get the error when there is a problem to upload a file?
Write a program to show the joining of two strings in php?
Is php front end or back end?
What is the main difference between require() and include()?
What is cakephp framework?