|
Get some information about
This tutorial shows how to
Cookies can be a good method
Cookies can be used to
those cookies you keep
keep information from the
for passing data between
remember things about a user
hearing about, learn how to
user in your server (Session
pages and especially for
when they come back to your
create one yourself.
method) and how to share
retaining data between
site. Cookies expire after a
information between users
sessions. Today, it's pretty
certain amount of time which
(Application method). This
safe to assume that anyone
you can set. Also, the
is only a basic tutorial for
who is using your site can
clients browser must have
beginners with only basic
use cookies, since nearly
cookies enabled for them to
features are described.
every site that is
work. Here is a very simple
non-static makes use of
example of creating a cookie
them(including all ASP sites
and setting the cookie to
that use sessions). It is
expire in one year using ASP
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: Mar, 08 2002 Date: Jan, 14 2002 Date: May, 18 2000 Date: Feb, 15 2000 |
|
This tutorial describes:
This article describes three
Session variables can store
There are several ways to
How ASP server uses cookies
simple techniques which
user-specific information
maintain state in ASP. This
to pass an ID with the
combine persistent cookie
for you. This tutorial
article takes a look at
browser to link multiple
management and creative
explain how to configure
them, and a means to
HTTP requests together. How
redirects to give users a
your server and how they
determine which ones are
ASP server offers the
consistent experience as
work (and when they don't).
best to employ.
session object to ASP pages
they move through sites in
to share information between
different subdomains and
multiple requests or pages.
domains.
Different ways to pass
information between requests
or pages. How Perl tools
can be used to help debug
ASP applications at the HTTP
communication level.
Date: Aug, 14 2006 Date: May, 16 2001 Date: Apr, 18 2001 Date: Apr, 03 2001 |