I am very new to basic programming, and I'm currently creating a webpage that handles bookings and when the booking has been made, it stores the $ value of the booking and the amount of the booking in session variables. How do I make it so that when the page has been exited and then re-opened the values get re-set? I have a clear button that does this manually but is it possible to do it automatically?
Cheers
You can use
Session.Abandon()
when you're done.