Private Cloud용 에지 v. 4.16.09
기본적으로 Edge UI의 세션은 로그인 후 1일 후에 만료됩니다. 따라서 세션이 만료된 후에 Edge UI 사용자가 다시 로그인해야 합니다.
/<inst_root>/apigee/customer/application/ui.properties 파일에서 conf_application_session.maxage 속성을 설정하여 세션 시간 제한을 구성할 수 있습니다.
이 속성을 설정하려면 다음 단계를 따르세요.
- 편집기에서 ui.properties 파일을 엽니다. 파일이 없으면 다음 명령어를 만듭니다.
> vi /<inst_root>/apigee/customer/application/ui.properties - conf_application_session.maxage를 시간 값 및 시간 단위로 설정합니다. 시간 단위는 다음과 같습니다.
- m, 분, 분
- h, 시간, 시간
-
d, 일, 일
예를 들어 conf_application_session.maxage를 다음과 같이 설정합니다.
- 변경사항을 저장합니다.
- Edge UI를 다시 시작합니다.
> /<inst_root>/apigee/apigee-service/bin/apigee-service Edge-ui restart