Hard to say without seeing some code.
How are you storing your session information?
You should be using something like:
$_SESSION['var_name'] = 'value';
When clearing a SESSION variable, use unset(), as you would for any other global. session_unset(), clears all session variables. session_destroy() ends a session.
But like I said, I can only speculate why your values aren't updating without seeing some code. Post some of the relevant snips.
Regards,
Rich
--
[
http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design