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 / binoyav
Passing parameters from one page to another page is not a
feasible solution. I think the user authentication can be
done through database. Once the user login to the site, the
application will store the user name and IP address of the
user to one database table. From other pages (by putting ne
common file ) will check whether that IP address exists in
that table.
Is it correct ? Any drawback for this ? Or any other solution ?
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How do I see how many pages per session in google analytics?
why did u want to leave your past organisation?
What is super () python?
Is polymorphism inherited?
Differentiate echo vs. Print statement.
What is the use of namespace in php?
What is better .net or php?
What types of loops exist in php?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
Difference between $message vs. $$Message in php.
What are the benefits of using php and mysql?
Explain me what is the meaning of a persistent cookie?
Explain what is meant by pear in php?
What is the difference between $var and $$var?
What is global array in php?