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 an operator in php?
Is polymorphism inherited?
What the use of var_dump()?
What kind of variable is age?
What are the options to transfer session ids?
How to repeat a string to a specific number of times in php?
How to convert a string to uppercase in php?
Tell me what is the meaning of a final class and a final method?
Write a program in php to reverse a number?
What are php applications?
Is it more secure to use cookies to transfer session ids?
What is a null coalescing operator in php7?
How to execute a function in php?
How do you check is php not empty?
What is the use of $_request variable?