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
Does php use html?
What is beforeRender() used?
What does sign mean php?
What is the use of 'print' in php?
What is php and why we use it?
How do you call a constructor for a parent class?
What is array and function?
What is difference between count or sizeof function in php?
What is basic php?
Is php an object or array?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How can you execute php script from the command line?
How to find the length of a string?
What is session in php why it is use?
explain php variable length argument function.