/**
  * Set the name of the session variable, to change from default.
  * @param string
  */
 static function set_session_variable_name($v)
 {
     self::$session_variable_name = $v;
 }