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
Is gender a dependent variable?
How to read and display a HTML source from the website url?
How do I run a php script?
How can you increase the maximum execution time of a script in php?
How to get length of an array in PHP?
What is crypt () in php?
Explain me what are the main error types in php and how do they differ?
Do loops php?
What is php form validation?
Can I learn laravel without php?
How failures in execution are handled with include() and require() functions?
What is the use of $_request variable?
What distinguishes php from something like client side java script?
What is ltrim?
What is difference between single quotes and double quotes in php?