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
Which is the latest version of php?
How a constant is defined in a php script?
What is php static function?
Which functions are used to count the total number of array elements in php?
What are the benefits of using queries?
What are the different types of statements that are present in php?
What is variable and data type?
Which php global variable is used for uploading a file?
Which is faster for or foreach php?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
How can you declare the array in php?
Explain the difference between $var and $$var?
Does csrf token change?
What are objects in php?
What is a query in php?