I have a website where the user selects a project from a list. When they select the item and move to the next page, this item is stored as a session variable. I did this because the user must go through a series of pages that reference this selected project so I figured a session variable would be the way to go.
However, when they go back to this initial page, I need to have that session variable removed for a variety of reasons.
What is the best way to do this?
However, when they go back to this initial page, I need to have that session variable removed for a variety of reasons.
What is the best way to do this?