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 / anand
Hello this is interesting..
It is difficult but need to forward login details to next
page by using forms or url encode.
And in every page include a page to check weather they are
valid or not.
answer anybody if there is another method.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is http get and post?
How to do single and multi line comment in php?
What is the difference between == and === operator in PHP?
How do you use bcrypt for hashing passwords in php?
What is use of mysqli_query in php?
How come the code works, but doesn’t for two-dimensional array of mine?
What is reference variable php?
Explain me how failures in execution are handled with include() and require() functions?
What is $$ in php?
What is rest api in php?
How many columns can be added in a table in mysql?
What is the use of trim in php?
Could we start a variable with number like $4name?
Explain me what is sql injection?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?