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
How many columns can be added in a table in mysql?
What is scope of variable in php?
Tell me how to retrieve a cookie value?
What does php mean?
What are the difference between array_keys() and array_key_exists() in php?
What should be the length of variable for SHA256?
What does trim () do in javascript?
How can i execute PHP File using Command Line?
Explain what does $_files means?
Tell me which programming language does php resemble to?
Is uploaded file php?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
What are new features in php 7?
Is php front end or back end?