Remove All Session Values

I want to remove all session variables on a button click.
the way i can see right now is to session1.remove('variableName'). but this means that i have to set this 25 times, for each of my 25 session variables.

is there an easier way to clear session fully with a single command?

Community Page
Last updated: