Open
Description
ISSUE TYPE
- Bug Report
COMPONENT NAME
UI
CLOUDSTACK VERSION
4.19
CONFIGURATION
NA
OS / ENVIRONMENT
CentOS 7
SUMMARY
After upgrade to 4.19, my web UI Session timeout of 30 minutes seems to have no impact when logged in as the admin user. It works for other users. My /etc/cloudstack/management/server.properties file's setting session.timeout=30 - which used to work earlier and session timed out at 30 minutes of inactivity.
Additionally, I am able to close brower tab (in which I am logged in as admin), open a new tab with original URL (copy paste) and it still works without asking to log in as admin - that is a security risk in my mind.
STEPS TO REPRODUCE
From 4.17 upgrade to 4.19. Verify session.timeout=30 in server.properies file
EXPECTED RESULTS
Timeout occurs as per the /etc/cloudstack/management/server.properties file's setting session.timeout for all users including admin.
ACTUAL RESULTS
Timeout is not respected when logged in as admin. I left a session open overnight and I was able to start working without login need.
When logged in as non-admin user, the timeout setting works.