Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How can we change the timeout value for the Edge UI session ?

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 Solved
0 5 4,015
2 ACCEPTED SOLUTIONS

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.

View solution in original post

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

View solution in original post

5 REPLIES 5