Skip to content

Instantly share code, notes, and snippets.

Created March 19, 2017 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a4133f1f9346136645e2782429cef7e4 to your computer and use it in GitHub Desktop.
Save anonymous/a4133f1f9346136645e2782429cef7e4 to your computer and use it in GitHub Desktop.
$_SESSION["VAR"] = "abc";
#Redirect to same page
$message = $_SESSION["VAR"];
unset($_SESSION["VAR"]);
var_dump($message);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment