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 null function in php?
Is php class name case sensitive?
Explain some of the php string functions?
What is php and sql?
What is mod_php?
Tell me how would you declare a function that receives one parameter name hello?
What does $_files means?
What is url encoding and decoding in php?
How do I install php?
Why post method is used in php?
Is multilevel inheritance possible in php?
What is the difference between null and empty?
What is faster?
Is facebook still in php?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?