Learn how to read and write
This tutorial describes:
Tutorial explaining how to
Get some information about
cookies with ASP through
What is a cookie? Sending
read and write cookies and
those cookies you keep
forms.
and receiving cookies.
why they can come in handy.
hearing about, learn how to
Cookie properties and
The tutorial also gives
create one yourself.
itemized values. Other
examples of how cookies can
cookie features.
be used to personalize
webpages.
Date: Apr, 20 2005 Date: Aug, 19 2006 Date: Mar, 31 2004 Date: Mar, 08 2002 |
No matter how you feel about
A cookie is a message given
This tutorial shows how to
Cookies enable you to write
cookies, good bad or
to a Web browser by a Web
keep information from the
text directly to a users
indifferent, they are an
server. The main purpose of
user in your server (Session
computer. This can be used
integral part of many webs.
cookies is to identify users
method) and how to share
to easily recognize if a
Why not unlock the mystery
and possibly prepare
information between users
user has been to your site
and write your own? Here's a
customized Web pages for
(Application method). This
before or used to prevent
quick rundown on this.
them. This article explains
is only a basic tutorial for
multiple entries in to
benefits of using cookies
beginners with only basic
forms. This example will
and shows how to create and
features are described.
take any input you type in
retrieve them. Dictionary
and write it to a cookie. A
cookies are also explained.
hyperlink to the same page
is created to demonstrate on
subsequent visits (within 3
days) the user will see
their input rather then the
text input box.
Date: Jun, 17 2002 Date: Oct, 25 2006 Date: Jan, 14 2002 Date: Jun, 26 2000 |