/**
  * Path to set on the domain where the session cookie will work.
  * Use a single slash ('/') for all paths on the domain.
  *
  * @param string $path The path to set
  */
 public static function set_cookie_path($path)
 {
     self::$cookie_path = $path;
 }