I want to clear some cookie that preserves authentication between asp and asp.net. I clear the cookie at the beginning of each request in global.asax because i don't want to add this method call to each page file. Application_PreRequestHandlerExecute in Global.asax is the last event before the request...