Skip to content

Instantly share code, notes, and snippets.

@oriolrivera
Last active December 22, 2015 06:19
Show Gist options
  • Save oriolrivera/6430291 to your computer and use it in GitHub Desktop.
Save oriolrivera/6430291 to your computer and use it in GitHub Desktop.
get token
<?php
$getToken=$_SESSION;
$clave = array_keys($getToken);
echo $token= $getToken[$clave[1]]; # Imprime la posicion del token
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment