Skip to content

Instantly share code, notes, and snippets.

@scarstens
Created May 29, 2014 23:50
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 scarstens/83d2353e442de1b5194a to your computer and use it in GitHub Desktop.
Save scarstens/83d2353e442de1b5194a to your computer and use it in GitHub Desktop.
PHP Session Start only if Session does not exist.
isset($_SESSION) || session_start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment