Categories
ASPTips and Tutorials → Cookies and Sessions

Using Cookies

Get some information about those cookies you keep hearing about, learn how to create one yourself.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Introduction to Cookies Method

A basic information on using Cookies in ASP. An access counter is used as an example.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Sesion and Application

This tutorial shows how to keep information from the user in your server (Session method) and how to share information between users (Application method). This is only a basic tutorial for beginners with only basic features are described.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Here, There, and Back Again: Maintaining State Across Domains

This article describes three simple techniques which combine persistent cookie management and creative redirects to give users a consistent experience as they move through sites in different subdomains and domains.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How Session variables work

Session variables can store user-specific information for you. This tutorial explain how to configure your server and how they work (and when they don''t).
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

State Mechanisms in ASP

There are several ways to maintain state in ASP. This article takes a look at them, and a means to determine which ones are best to employ.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

An Overview of Cookie Detection in ASP

This article will explain the problems faced with detecting cookies in ASP and address them one by one. You will then be presented with a cookie detection script written in ASP that you can use on your own site.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Cookies Across Domains

Cookies are not transferrable across domains; the only domain that can access the cookie is the domain that created it. This article describes solutions to bypass this limitation using Active Server Pages.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Sessions && Cookies

This tutorial explains how to set up and manage session and application level scripting using the global.asa file.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Cookies 101

Cookies are a very useful; they can store usernames/password, preferences, last visits, etc. This short explains how to store information a user may type in at a typical website.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com