/**

popular collection of scripts for all

*/
/** Search */

Cookies and Sessions

 }

Cookies Across Domains

Hits: 590
*****
0.0

Sessions & Cookies

Hits: 537
*****
0.0
Cookies can be used to
This tutorial describes:
Cookies are not transferrable
This tutorial explains how to
remember things about a user
How ASP server uses cookies
across domains; the only
set up and manage session
when they come back to your
to pass an ID with the
domain that can access the
and application level
site. Cookies expire after a
browser to link multiple
cookie is the domain that
scripting using the
certain amount of time which
HTTP requests together. How
created it. This article
global.asa file.
you can set. Also, the
ASP server offers the
describes solutions to
 
clients browser must have
session object to ASP pages
bypass this limitation using
 
cookies enabled for them to
to share information between
Active Server Pages.
 
work. Here is a very simple
multiple requests or pages.
 
 
example of creating a cookie
Different ways to pass
 
 
and setting the cookie to
information between requests
 
 
expire in one year using ASP
or pages. How Perl tools
 
 
 
can be used to help debug
 
 
 
ASP applications at the HTTP
 
 
 
communication level.
 
 


Date: Feb, 15 2000


Date: Aug, 14 2006


Date: Jan, 09 2001


Date: Jan, 03 2001
A basic information on using
This quick and simple
This article will explain the
Cookies are a very useful;
Cookies in ASP. An access
tutorial gives you an quick
problems faced with
they can store
counter is used as an
idea on how cookies are set
detecting cookies in ASP and
usernames/password,
example.
& read by your scripts.
address them one by one. You
preferences, last visits,
 
Cookies are a quick and easy
will then be presented with
etc. This short explains how
 
way to add any form of
a cookie detection script
to store information a user
 
interaction to your site
written in ASP that you can
may type in at a typical
 
this tutorial gives you a
use on your own site.
website.
 
quick 101 on how to use them
 
 
 
in your scripts. A tutorial
 
 
 
worth a read for both
 
 
 
beginners and advanced.
 
 


Date: Jan, 14 2002


Date: Aug, 28 2003


Date: Feb, 08 2001


Date: Oct, 25 2000
{ Copyright } ©2019 NuclearScripts.com