http://stackoverflow.com/questions/2375335/in-django-how-do-i-clear-a-sessionkey
Goes for sessions and just about any other type of variable:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
del request.session['key'] |