I am kind of confused by this error that I am receiving when I try to logout
of a session. If somebody could pleae help me out here.
Warning: Cannot send session cache limiter - headers already sent (output
started at /home/www/wildwebtech/cumc/default.php:9) in
/home/www/wildwebtech/cumc/default.php on line 10
Here is the code that is causing the problem.
<?
session_start();
$result = session_unregister("valid_user");
session_destroy();
?>
--
Joshua E Minnie
CIO
[EMAIL PROTECTED]
"Don't work for recognition, but always do work worthy of recognition."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php