|
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 can be used to
cookies, good bad or
to a Web browser by a Web
keep information from the
remember things about a user
indifferent, they are an
server. The main purpose of
user in your server (Session
when they come back to your
integral part of many webs.
cookies is to identify users
method) and how to share
site. Cookies expire after a
Why not unlock the mystery
and possibly prepare
information between users
certain amount of time which
and write your own? Here's a
customized Web pages for
(Application method). This
you can set. Also, the
quick rundown on this.
them. This article explains
is only a basic tutorial for
clients browser must have
benefits of using cookies
beginners with only basic
cookies enabled for them to
and shows how to create and
features are described.
work. Here is a very simple
retrieve them. Dictionary
example of creating a cookie
cookies are also explained.
and setting the cookie to
expire in one year using ASP
Date: Jun, 17 2002 Date: Oct, 25 2006 Date: Jan, 14 2002 Date: Feb, 15 2000 |