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
Code to upload a file in PHP?
How can you send email in php?
What is the maximum size of a table in mysql?
Does php have future?
What is difference between get and post in php?
Could we start a variable with number like $4name?
How to create a web form?
What is the importance of php?
What is difference between explode() or split() in PHP?
What is user defined function in php?
Can we learn php without html?
What are the 3 types of sessions?
What is query string php?
What is the use of curl()?
Is php deprecated?