{"id":492,"date":"2016-11-05T23:51:53","date_gmt":"2016-11-06T04:51:53","guid":{"rendered":"https:\/\/louisianashooting.com\/?page_id=492"},"modified":"2016-11-05T23:51:53","modified_gmt":"2016-11-06T04:51:53","slug":"cookies","status":"publish","type":"page","link":"https:\/\/louisianashooting.com\/cookies\/","title":{"rendered":"Cookies"},"content":{"rendered":"

What is a Cookie?<\/h2>\n

A Cookie on the Internet is a single piece of data<\/span> created by a program running on a webpage server and sent for temporary or permanant storage on a requestor’s PC for the benefit of that program or facility. The process of creating the data is known as “setting” the cookie. The data can be anything useful to the creating program, such as current shopping cart contents, current login information, user color theme preferences.<\/p>\n

After the program on the server exits, the cookie may remain stored on the requestor’s PC for the next time the program runs. When that happens, the program may ask to see the cookie so that it can take up where it left off in the flow of things. So, the browser sends it back. For example, the user may be building a shopping cart full of purchases as he travels around a website. The cookie actually becomes a local pointer to the user’s online shopping cart.<\/p>\n

This process of a server program asking to see the contents of a previously set cookie is known as “getting” the cookie. If the data stream between server and browser is encrypted, the exchange of cookies back and forth is safe from the prying devices of hackers and crooks. This allows keys to online credit card data and financial information to be safely stored in cookies during online purchases.<\/p>\n

Cookies solve a big problem in the design of the Internet: it is essentially designed to be “stateless”. That is, programs are meant to run and exit without leaving anything around for the next programs that follow so that they can see what their predecessors were up to. In short, cookies are datagrams or private save areas that allow state maintenance during Internet program flow.<\/p>\n

What Cookies are NOT<\/h3>\n