Get all session variable values


SUBMITTED BY: henry1874w

DATE: June 21, 2017, 11:36 p.m.

FORMAT: Text only

SIZE: 114 Bytes

HITS: 212

  1. <?php
  2. session_start();
  3. ?>
  4. <!DOCTYPE html>
  5. <html>
  6. <body>
  7. <?php
  8. print_r($_SESSION);
  9. ?>
  10. </body>
  11. </html>

comments powered by Disqus