1.Where are the cookies storing ?
2.What is the drawback of using cookies ?
3. If two site is having same cookie name and different
values what will be the output if we echo the cookie name
from those sites ? How can we solve this issue (How can we
specify the domain name)?
Answer Posted / abhi kakade
I have answered in this way. Next question from the
interviewer was 'How can we make cookies secure ?' :-(
Anybody please answer this question.
Ans : there are two types of cookies 1) permanent 2)
temporary temporary cookies are secure those cookies file
gets deleted when browser session ends.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is session_register()?
What are string functions?
What is boolean in php?
What does the unlink() function mean?
How do you find the length of a string in php?
What is php and why we use it?
How to test if a variable is an array?
How to call javascript function in php on button click?
What is difference between required and include in php?
Code to open file download dialog in PHP?
What is $_ request in php?
When sessions ends?
Does mysql need php?
What is the current php version?
What is php.ini & .htacess file?