Communicating within Apache : apache_note « Utility Function « PHP






Communicating within Apache

 
<?php
$session = apache_note('session');

apache_note('session', $session);
?>
  
  








Related examples in the same category

1.Adding the session ID to the notes table