PHP/Utility Function/apache note

Материал из Web эксперт
Перейти к: навигация, поиск

Adding the session ID to the notes table

   <source lang="html4strict">

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

 </source>
   
  


Communicating within Apache

   <source lang="html4strict">

<?php $session = apache_note("session"); apache_note("session", $session); ?>

 </source>