I have a login page for a site that sets a cookie if the user is authenticated, this much works, but I also have an include file called verify.asp that checks to see if the cookie exists and is valid each time a page is loaded. The only problem is if the cookie expires or is deleted, the verify file doesn't catch this? I have the include statement at the top of the page (before any HTML tags) and I gave the pages an .asp extension even though they are mainly HTML.
Is there any reason why this isn't working? I'm still learning how to use cookies and session objects, but I am otherwise fairly proficient with ASP yet I can't figure this one out. Any ideas?

Thanks,
AD


~goddess
[email protected]