SetTestCookie - Solution Sites Routine

This sub sets a test cookie to learn if a browser allows cookies.

Definition

Sub SetTestCookie(
  byVal sCookieType)

Parameters

  • sCookieType
    A string containing the name of the cookie type. Legal values for this string are persistent_cookie and session_cookie.

Defined in File

include\std_cookie_lib.asp

Routines Called

GetIISApplicationName

Called By

IsPersistentCookieAllowed

PrepareLoginPage

PrepareNewUserPage

Copyright © 2005 Microsoft Corporation.
All rights reserved.