예제 #1
0
파일: Session.php 프로젝트: redema/sapphire
	/**
	 * Set the session store path
	 * @param string $path Filesystem path to the session store
	 */ 
	public static function set_session_store_path($path) {
		self::$session_store_path = $path;
	}