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 does php mean?
What is the meaning of xdebug?
What is the empty function?
What are the different types of statements that are present in php?
What is difference between variable declaration and variable definition?
What is the difference between core php and php?
What is the difference between javascript and php?
What is substr in php?
Difference between get and post method.
How do you display the output directly to the browser?
What is a string in r?
How long is session timeout?
How to connect to mysql from a php script?
What is data type in php?
What does the scope of variables mean?