The Edge UI session seems to be valid for more than 24 hours. Even if I close the browser window and reopen it the next day, I can still get into the UI without having to enter my user credentials again. Is there some way to change the session timeout value for Edge UI on Private Cloud setup ?
Solved! Go to Solution.
We can set the property session.maxAge in /<install_dir>/apigee4/conf/ui/application.conf to modify the timeout period for the Edge UI session. It takes the “duration” as follows:
d for day,
h for hour and
m for minute.
For example:
To set the session timeout for 1 hour, you can set it as follows
session.maxAge=1h
To set the session timeout for 30 mins, you can set it as follows
session.maxAge=30m
After making the changes, please do restart the UI and it should work.
Dear @Akash Prabhashankar,
In the public cloud setup, you can change the property session.maxAge to an appropriate value in the UI servers in the file /opt/apigee/<ui-release>/conf/application.conf
Regards,
Amar