Session variables can store
Cookies can be a good method
There are several ways to
This article describes three
user-specific information
for passing data between
maintain state in ASP. This
simple techniques which
for you. This tutorial
pages and especially for
article takes a look at
combine persistent cookie
explain how to configure
retaining data between
them, and a means to
management and creative
your server and how they
sessions. Today, it's pretty
determine which ones are
redirects to give users a
work (and when they don't).
safe to assume that anyone
best to employ.
consistent experience as
who is using your site can
they move through sites in
use cookies, since nearly
different subdomains and
every site that is
domains.
non-static makes use of
them(including all ASP sites
that use sessions). It is
also possible to set and
read cookies using
client-side code, but it is
a bit more difficult.
Reading and writing cookies
using Active Server Pages'
built in Request and
Response objects is
incredibly easy.
Date: Apr, 18 2001 Date: May, 18 2000 Date: Apr, 03 2001 Date: May, 16 2001 |