On a webpart, when I am navigating away from the page the webpart is on, I need to abandon the session of that webpart.
I store values in the session that are used by the webpart. The webpart is also in more than one place on the site, so if I do not abandon the session of the current webpart, those values will be used by a different instance of the webpart.
Is there an event I can override to achieve this?