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 / yagnesh
when user logged in it will create one txt file on the
server with the ip address of the client machine if and
checks every time when page reload is file exist on the
server or not if not then it will display login page.
simulteneously system will check with the database of last
activity of the perticular ip if that ip has not any
activity withing given time then system will delete that
file....... we can set cron for deleting of the file
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What type of headers that PHP supports?
Explain what is the difference between $var and $$var?
Explain about a search-friendly site looks like?
What is rest api in php?
How to remove duplicate values from php array?
What is implode() in php?
What is smarty?
Which function gives us the number of affected entries by a query?
Why we use get in php?
What is difference between count or sizeof function in php?
What is different types of visibility?
What’s the difference between htmlentities() and htmlspecialchars()?
What is mysqli_fetch_array?
What are the different errors in php?
What is the purpose of break and continue statement?