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
How to retrieve the original query string?
What is the use of return in php?
What is trait in php?
How many types of inheritances used in php and how we achieve it.
What is singleton design pattern in php?
How does php isset work?
Is php an array?
What is $_ env in php?
What’s the difference between htmlentities() and htmlspecialchars()?
How to create database connection and query in php?
Why php is also called as scripting language?
Is php harder than javascript?
Does php support overloading?
Why delimiter is used in mysql?
Why php is widely used?