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 / pradeep

For 2nd question
1.If clients disables cookies, then we can save a cookie.
2.As data is stored in a txt file. there is no security.
3.For each web site only 20 cookies are allowed.i.e
limitation of the size

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is PHP an open source software?

575


Which database is best for php?

528


Explain me the difference between include and require?

513


What is the difference between substr() and strstr()?

780


What is php artisan tinker?

507






How to call php function in jquery?

547


How can we access the data sent through the url with the post method?

503


Can I use node js with php?

527


I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?

512


What are the differences between mysqli_connect and mysqli_pconnect?

533


What is action hooks and filter hooks?

490


What new features php7 has in store for us?

560


Explain me what is the use of header() function in php?

619


What is urlencode and urldecode in php?

571


What are global variables in php?

499