The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
In an ASP page, I want to create an acceptance cookie handler. I want to have a script write a cookie after a visitor clicks "agree" then is directed to a certain page. Similar to Snitz login but without logging in. So if the user has the cookie, they can go to a certain page, but if they don't (didn't agree), they don't have access to the page.<