I have a cookie named "check" sent to the client with the value "Verified". This is given the the user in a directory called /lne. When any asp file in the /lne directory checks for the cookie, the script works fine. However, when any script in a subdirectory checks for the cookie, the cookie is not found and the user is redirected as per the script.
How can I sent the client a cookie that will work in multiple directories?
How can I sent the client a cookie that will work in multiple directories?