[{"@context":"https:\/\/schema.org\/","@type":"BlogPosting","@id":"https:\/\/ajaymaanju.com\/what-is-http-cookie\/#BlogPosting","mainEntityOfPage":"https:\/\/ajaymaanju.com\/what-is-http-cookie\/","headline":"What is HTTP cookie?","name":"What is HTTP cookie?","description":"What is HTTP cookie? When a server communicates with client\u2019s computer then for identification sever needs some sort of unique token from client side to identify specific client server and here comes the role of cookies. SO what are HTTP cookies. According to MDN An HTTP cookie (web cookie, browser cookie) is a small piece [&hellip;]","datePublished":"2018-07-06","dateModified":"2024-07-30","author":{"@type":"Person","@id":"https:\/\/ajaymaanju.com\/author\/admin\/#Person","name":"admin","url":"https:\/\/ajaymaanju.com\/author\/admin\/","identifier":1,"image":{"@type":"ImageObject","@id":"https:\/\/ajaymaanju.com\/wp-content\/litespeed\/avatar\/a852f508f347739e39fd192f2935e473.jpg?ver=1777107098","url":"https:\/\/ajaymaanju.com\/wp-content\/litespeed\/avatar\/a852f508f347739e39fd192f2935e473.jpg?ver=1777107098","height":96,"width":96}},"publisher":{"@type":"Person"},"image":{"@type":"ImageObject","@id":"https:\/\/ajaymaanju.com\/wp-content\/uploads\/2018\/07\/http-cookie-1.png","url":"https:\/\/ajaymaanju.com\/wp-content\/uploads\/2018\/07\/http-cookie-1.png","height":200,"width":562},"url":"https:\/\/ajaymaanju.com\/what-is-http-cookie\/","about":["WordPress"],"wordCount":265,"keywords":["Affordable WordPress service"],"articleBody":"What is HTTP cookie?When a server communicates with client\u2019s computer then for identification sever needs some sort of unique token from client side to identify specific client server and here comes the role of cookies. SO what are HTTP cookies. According to MDNAn HTTP cookie (web cookie, browser cookie) is a small piece of data that a server sends to the user\u2019s web browser. The browser may store it and send it back with the next request to the same server. Typically, it\u2019s used to tell if two requests came from the same browser \u2014 keeping a user logged-in, for example. It remembers statefull information for the stateless HTTP protocol.So the server send the specific data to client end and then client browser use this data in further requests to provide it\u2019s unique idenity to server. In this way when a browser requests a web page from a server, cookies correspoding to the website is added to the http request and server returns the unique data for the request.Application of CookiesSession management : Login details\/session,Personalization: User preferences, themes, and other settingsTracking: User behaviour on siteSecure Cookies (HTTPOnly cookies )These cookies are sent win an encrypted form over network and these cookies can\u2019t be read \/ modify by client side JS. For this type of cookies user can\u2019t access using them by document.cookie() API and for these cookies HTTP Only flag is set to true.for more help you can contact us &#8212;Best WordPress developerFor More help visit here Best Web Developer"},{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"What is HTTP cookie?","item":"https:\/\/ajaymaanju.com\/what-is-http-cookie\/#breadcrumbitem"}]}]