</header>
<br/>
<br/>
<div class="container">
<div class="table-responsive"> 
    <table class="table table-condensed table-bordered table-hover">
        <thead>
            <tr>
                  <th bgcolor="#D8D8D8">ID</th>
                  <th bgcolor="#D8D8D8">Usuario</th>
                  <th bgcolor="#D8D8D8">Pass</th>
                  <th colspan = 3 bgcolor="#D8D8D8">ACCION</th>
           </tr>
        </thead>
  <?php 
foreach ($SesionCollectorObj->showSesion() as $c) {
    ?>
  <tbody>
  <tr>
     <td><?php 
    echo $c->getid_sesion();
    ?>
</td>
     <td><?php 
    echo $c->getusuario();
    ?>
</td>
     <td><?php 
    echo $c->getpasw();
    ?>
</td>