This article describes three
Session variables can store
Cookies can be used to
A basic information on using
simple techniques which
user-specific information
remember things about a user
Cookies in ASP. An access
combine persistent cookie
for you. This tutorial
when they come back to your
counter is used as an
management and creative
explain how to configure
site. Cookies expire after a
example.
redirects to give users a
your server and how they
certain amount of time which
consistent experience as
work (and when they don't).
you can set. Also, the
they move through sites in
clients browser must have
different subdomains and
cookies enabled for them to
domains.
work. Here is a very simple
example of creating a cookie
and setting the cookie to
expire in one year using ASP
Date: May, 16 2001 Date: Apr, 18 2001 Date: Feb, 15 2000 Date: Jan, 14 2002 |
This quick and simple
Tutorial explaining how to
Learn how to read and write
This tutorial shows how to
tutorial gives you an quick
read and write cookies and
cookies with ASP through
keep information from the
idea on how cookies are set
why they can come in handy.
forms.
user in your server (Session
& read by your scripts.
The tutorial also gives
method) and how to share
Cookies are a quick and easy
examples of how cookies can
information between users
way to add any form of
be used to personalize
(Application method). This
interaction to your site
webpages.
is only a basic tutorial for
this tutorial gives you a
beginners with only basic
quick 101 on how to use them
features are described.
in your scripts. A tutorial
worth a read for both
beginners and advanced.
Date: Aug, 28 2003 Date: Mar, 31 2004 Date: Apr, 20 2005 Date: Jan, 14 2002 |