=====================================
Information in the $_REQUEST array
=====================================
%requestarray%

=====================================
Information in the $_GET array
This is about variables that may have been in the URL string or in a 'GET' type form.
=====================================
%getarray%

=====================================
Information in the $_POST array
This is about visible and invisible form elements.
=====================================
%postarray%

=====================================
Browser information
=====================================
%browserinfo%

=====================================
Information in the $_SERVER array
=====================================
%serverarray%

=====================================
Information in the $_ENV array
=====================================
%envarray%

=====================================
Information in the $_COOKIE array
=====================================
%cookiearray%

=====================================
Information in the $_FILES array
=====================================
%filearray%

=====================================
Information in the $_SESSION array
This is session info. The variables
starting with PNSV are Zikula Session Variables.
=====================================
%sessionarray%