|
Learn about session-only
A cookie is a way you can
cookies in JavaScript, and
store some information about
how they can help your
a user visiting your site.
scripts retain information
The information is stored on
even after the page is
the individuals computer,
reloaded or cleared.
and thus you do not need any
extra server space to
customize a page for any
amount of users you may
have. To use Cookies there
are two things you need to
do, one is set the cookie,
and the other is retrieve a
cookie you have already set.
Here's a brief tutorial on
how to use cookies, and a
couple of ideas which you
can use cookies for.
Date: May, 14 2001 Date: Jun, 27 2000 |