Skip to content

Instantly share code, notes, and snippets.

@shrop
Created April 6, 2012 15:33
Show Gist options
  • Save shrop/2320820 to your computer and use it in GitHub Desktop.
Save shrop/2320820 to your computer and use it in GitHub Desktop.
Print Session variable with Drupal devel print_r
// Print SESSION variable wtih devel print_r
if (module_exists('devel')) {
dprint_r($_SESSION);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment