Hi!
Finally, I was able to modify the session timeout of gui users since the default of 30 minutes was unconvenient. I did two changes (currently not knowing which one takes effect :) ) a) /etc/cloudstack/management/server.properties server.session.timeout=3600 #session.timeout=3600 # this doesn't work b) /usr/share/cloudstack-management/webapp/WEB-INF/web.xml <session-config> <session-timeout>3600</session-timeout> </session-config> at the end and inside the <web-app></web-app> Statements. ... just in case that might be useful for you too :) cheers, - Stephan
signature.asc
Description: This is a digitally signed message part
