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 / shweta
with the use of serialize function,we can do this
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the importance of php?
How to delete a file from the system?
Explain about PHP filter and why it should be used?
Do you know how can we check the value of a given variable is a number?
Which is the dependent variable?
What is ci framework in php?
Is php front end?
What is an array in php?
Can you use php and javascript together?
What is the difference between file_get_contents() and file_put_contents() in php?
Which parts of php are case sensitive?
Explain about objects in PHP?
How do you end a session in php?
How do I repair phpmyadmin?
What is the use of header() function in PHP? What the Limitation of HEADER()?