<%@Language=VBScript %> <% Option Explicit '******************************************* '* File: session_cookie_read.asp '* Author: Ian Martin '* Date: Jun 12 2006 '* Version: 1.0 '* Description: Displays the value of a session cookie '* '******************************************* %> Read Session Cookie

The value of the productID cookie is <%= Request.Cookies("userID") %>.

Timed Greeting