sounds like your code(not what you posted) is not updating the values of the session vars.
if you want to destroy the session, you can look at session_destroy()
but i dont think you should need to destroy the whole session, your just not allowing the session vars to be updated with new values somewhere in your code.