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


Please Help Members By Posting Answers For Below Questions

What are the differences between mysqli_connect and mysqli_pconnect?

539


I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?

509


How can we connect to a mysql database from a php script?

537


What is the use of post in php?

510


What are php libraries?

502






How is session data stored?

500


How we can get the number of elements in an array?

8407


What is $this in php?

539


What is compact function php?

539


What is strstr php?

531


How to get ip address of clients machine?

564


Is php harder than javascript?

436


Is key in array php?

593


Is runtime polymorphism overriding?

500


What is factory pattern in php?

500