Example #1
0
 public static function start($security_string = "security_")
 {
     session_start();
     self::$session_string = $security_string;
 }