Using the .Path portion allows you to specify the location of the cookie....
Here is the Snitz code I was talking about:
if strSetCookieToForum = 1 then
Response.Cookies(strUniqueID & "User").Path = strCookieURL
else
Response.Cookies(strUniqueID & "User").Path = "/"
end if
Dave Maxwell
--------------
Proud to be a "World Class" Knucklehead