Hello, I need to know if there is a way to destroy the browser session and start a new one when they visit my site? The issue is I am an affiliate for a company and they store the ASP.NET.SessionId cookie in my computer when visiting there site. When I go to my site there ASP.NET.SessionId cookie is still on my computer and I don't get paid when someone gets a quote on my site because of this. the ASP.NET.SessionId cookie is set to expire on browser exit but I need it to expire when they come to my site. Any ways to delete ASP.NET.SessionId on page load, or something? Thanks for any help