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 array_merge and array_combine?
What is reference variable php?
How To Get the Uploaded File Information in the Receiving Script?
What is phpsessid?
How do you check is php not empty?
What is the use of header() function in php?
What is the mysql injection?
armstrong number by using php while number is given by the keyboard.?
Explain what is the use of "echo" in php?
What is variable give example?
What are the advantages and disadvantages of cascade style sheets?
How to turn on the session support in php?
Define metaphone()?
What is mysql_fetch_array?
What is the importance of php?