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 / guest
1.In client side
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are form input html tags?
Is laravel frontend or backend?
What function do we use to find length of string, and length of array?
What is the use of addslashes in php?
Why do we use htaccess
What is uri routing?
Which php framework is best for beginners?
How is the comparison of objects done in php?
What is session php?
Explain me what is the goto statement useful for?
When to use single quotes, double quotes, and backticks?
Can we override static method in php?
What are the differences between GET and POST methods in form submitting?
What is difference between rest api and restful api?
How to insert an new array element in array?