javifelices

OW-PHP_MySQL-Sesiones2

Jan 18th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.  
  3.     session_start();
  4.     echo $_SESSION['mi_sesion'];
  5.     echo $_SESSION['mi_sesion2'];
  6.  
  7.     print_r($_SESSION);
  8.  
  9.     echo "<br>";
  10.     echo session_id();
Advertisement
Add Comment
Please, Sign In to add comment