Skip to content

Instantly share code, notes, and snippets.

@ExperimentGarden
Created February 25, 2010 00:02
Show Gist options
  • Save ExperimentGarden/314058 to your computer and use it in GitHub Desktop.
Save ExperimentGarden/314058 to your computer and use it in GitHub Desktop.
<?php
//Start a new sesssion for this user if necessary.
if(session_id()=="")
{
session_start();
header("Cache-control: private");
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment