Related Posts Plugin for WordPress, Blogger...

About

Follow Us

Showing posts with label Cookies. Show all posts
Showing posts with label Cookies. Show all posts

Wednesday, 25 March 2015

A cookie is a small piece of text file stored on user's computer in the form of name-value pair. We use cookies to small information on client’s computer. Common use of cookies is to remember users between visits.

Friday, 6 February 2015

What is cookie?

Practically, cookie is a small text file sent by web server and saved by web browser on client machine. A cookie is a small piece of text file stored on user's computer in the form of name-value pair. We use cookies to small information on client’s computer. Common use of cookies is to remember users between visits.
Cookies are used by websites to keep track of visitors e.g. to keep user information like username etc. If any web application using cookies, Server send cookies and client browser will store it. The browser then returns the cookie to the server at the next time the page is requested. The most common example of using a cookie is to store User information, User preferences, Password Remember Option etc.