WHAT A LAMP Rotating Header Image

Why use cookies

allow you to store information about a user’s visit on that user’s computer and retrieve it when the userrevisits your site.

Two common reasons web developers use are

To idetify visitors
You can detect when a user has previously visited your site and customize what that user sees on subsequent visits.

To save transaction state
You can store the status of any lengthy transactions between your site and your visitors’ browsers to safeguard against interruptions.

Here are some limits of :
Where are placed:
The place is fixed, you can check it on your browser’s options.

How large cookie files can be:
4K only.

how many any given Website can place on a user’s hard drive:
20 per site and set an overall total of 300 per browser.

Which sites have access to :
Cookie visibility is configurable.

Tags:

Related posts

Comments are closed.