crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

How PHP handles Cookies?
Question Posted on 15 Feb 2021Home >> PHP >> PHP Questions >> How PHP handles Cookies?

How PHP handles Cookies?
In PHP we generally used cookie to identify a user. Cookie is little records that server stores on client computer. When the same PC asks for a page it will send the cookie as well. And with the help of PHP we can create and recover cookie values. Below are the some important aspects of cookies in PHP:-
(1)We can create 20 cookies per site or web app
(2)Initial size block for cookies is 50 bytes.
(3)And maximum size of cookie is 4096 bytes.
(4)By default cookies are temporary and transitory cookie saves in the browser only.
(5)Cookies are URL particular means not for gmail and yahoo
(6)We can only stores string values not objects because not possible to access any objects across the websites or webapp
(7)Cookies will maintain session id at back end after verify user identity in the encrypted form and it should be reside in browser of machine.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

difference between echo and print

method to past value from one page to another in php

differenc between mysql_connect and mysql_pconnect

What is htaccess file

Code to combine or concatenate two variables in php






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap