Adding the session ID to the notes table : apache_note « Utility Function « PHP






Adding the session ID to the notes table

 
<?php
apache_note('session_id', session_id());
?>
  
  

Related examples in the same category

1.Communicating within Apache