Is it possible to reroute all page requests to the Default.aspx if a certain Session variable is not set? I want the users to go to the default page where they agree to terms and conditions. On Accept, the Session["Accepted"] is set. Otherwise, if they try jump to any other page they should be drawn back to the default page.
Thanks.