Nama Sesi PHP

<?php
  session_name( 'fObj' );
  session_start();

  print_r($_SESSION);
Shadow