=== 구성 A: rotation ON (revokeRefreshToken=true, maxReuse=0) — 앞서 측정 === 성공 1 / 5, 세션 파괴됨 === 구성 B: rotation OFF (revokeRefreshToken=false) === sid=iW1CGyO7COdyJLryIrCt3njk 1: 200 2: 200 3: 200 4: 200 5: 200 성공 5 / 5 이긴 토큰 재사용: HTTP 200 남은 client_session: 1 === 구성 C: rotation ON + 재사용 1회 허용 (maxReuse=1) === sid=72c04JCdr0NpCHGQmXWW2wM8 1: 200 2: 400 "error_description":"Session doesn't have required client" 3: 200 4: 400 "error_description":"Maximum allowed refresh token reuse exceeded" 5: 400 "error_description":"Session doesn't have required client" 성공 2 / 5 이긴 토큰 재사용: HTTP 400 남은 client_session: 0