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
Tell me what library is used for pdf in php?
Will php die?
what is the scope of php in the future if any other language is developed then may be php is loss ???
Is php a case sensitive language?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What are the differences between GET and POST methods?
Tell me what should we do to be able to export data into an excel file?
What function should you use to join array elements with a glue string?
What is "echo" in php?
Tell me how to retrieve a cookie value?
What is a query in a database?
Which is correct about mysqli and pdo?
How failures in execution are handled with include() and require() functions?
Which is the latest version of php?
What is the purpose of the '.myd' file extension? What do thes file contain?