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
Explain what is the main difference between require() and require_once()?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is the importance of parser in php?
Which php framework is best for web development?
What is difference between sql and php?
How is php different from other languages?
What is the super method?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What does the unlink() function mean?
What does the scope of variables mean?
What is strcmp () in php?
What is the difference between pop3 IMAP and MAPI?
How to use http headers inside php?
What is php used for?
What are the advantages of indexes?