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
In php how can you jump in to and out of "php mode"?
What is the function mysql_pconnect() usefull for?
How to read a file in php?
What is the purpose of basename() function in PHP?
Where are cookies stored php?
What is use of header() function in php? What the limitation of header()?
where do we use htaccess?
Differentiate echo vs. Print statement.
What is prepared statement in php?
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 the different opening and closing tags available in PHP?
Explain type casting and type juggling.
What is a php namespace?
What is Gd PHP?
Why json is used in php?