<? session_unset(); session_destroy(); ?>
after executing above code, following error arise.
Warning: session_destroy(): Trying to destroy uninitialized session
How to solve the problem.
see the manual,. in particular the first few posts:
http://au.php.net/session_unset