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 |
A cookie is a message given
No matter how you feel about
This tutorial shows how to
Cookies enable you to write
to a Web browser by a Web
cookies, good bad or
keep information from the
text directly to a users
server. The main purpose of
indifferent, they are an
user in your server (Session
computer. This can be used
cookies is to identify users
integral part of many webs.
method) and how to share
to easily recognize if a
and possibly prepare
Why not unlock the mystery
information between users
user has been to your site
customized Web pages for
and write your own? Here's a
(Application method). This
before or used to prevent
them. This article explains
quick rundown on this.
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: Oct, 25 2006 Date: Jun, 17 2002 Date: Jan, 14 2002 Date: Jun, 26 2000 |