Código:
el code: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/plotte/public_html/logout.php:1) in /home/plotte/public_html/logout.php on line 8
Código PHP:
<?php
require ("config.inc.php");
session_name($usuarios_sesion);
session_start();
session_destroy();
?>
<html>
<head>
<style type="text/css">
<!--
.style2 {
font-size: 24px;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #999999;
}
.style4 {font-size: 14px}
-->
</style>
</head>
<body>
<div align="center">
<pre class="style2">
Puede Cerrar Esta Ventana
<span class="style4">Gracias.</span> </pre>
</div>
</body>
</html>
muchas gracias.