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 / rubina
Binoyav what i think the reply to your answer is:
Storing the state in the web server -- the middle tier --
can solve the problem of increased request size and protect
the state of an application from accidental or intentional
changes a user might make.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What Is a Persistent Cookie?
What are the encryption functions available in PHP?
What is difference between required and require_once in php?
What is sorting php?
What is use of mysqli_query in php?
What is magic quotes?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What is the php function that removes the last element of the array and returns it?
What are the advantages and disadvantages of cascade style sheets?
Php being an open source is there any support available to it?
Is php object oriented?
What are the advantages of stored procedures in php?
Is php deprecated?
What is the difference between == and === operator in PHP?
What are the features and advantages of object-oriented programming in php?