phpCAS  version 1.4.0
script_info.php
Go to the documentation of this file.
1 <?php ?>
16  <dl style='border: 1px dotted; padding: 5px;'>
17  <dt>Current script</dt><dd><?php print basename($_SERVER['SCRIPT_NAME']); ?></dd>
18  <dt>session_name():</dt><dd> <?php print session_name(); ?></dd>
19  <dt>session_id():</dt><dd> <?php print session_id(); ?></dd>
20  </dl>