I am messing around with Session in my webapp at the moment and I noticed that whenever I restart the development server (the built-in server that came with Django), the session does not reset itself. It carries over eventhough I have restarted the server over and over again.
Where can I set it so that whenever I reset/restart the development server, the sessions are flushed/cleaned out?
change run server file
see here Django snippets: clear session table -> http://djangosnippets.org/snippets/48/