GetCorrectedCookiePath - Solution Sites Routine
This function converts the case of a cookie path to match the Internet Information Services (IIS) application name, returning True if any character case was converted, and False otherwise.
Definition
Function GetCorrectedCookiePath(
ByRef url)
Defined in File
Routines Called
Called By
Remarks
The corrected cookie path, if correction was required, is returned in the url parameter.
Sites call this function to ensure that any cookies that are set match the case of subsequently generated URLs (because cookies are case-sensitive).
Copyright © 2005 Microsoft Corporation.
All rights reserved.