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 difference between print_r and echo in php?
What kind of variable is age?
What is singleton class in php?
What is move_uploaded_file in php?
Is it worth learning php in 2019?
Does php 5 support exceptions?
Explain some most commonly use string functions in php?
What is php.ini & .htacess file?
What is var_dump?
How to support multiple-page forms?
How would you determine the size of a file in php?
How to set a value in session? How to remove data from a session?
What is abstract class php?
What are sql functions?
Can we use php variable in javascript?