| Re: Is there a Standard Report for User Access Chris,
Your response to reports pretaining to user access caught my attention because I am actually trying to find out how to extend the inactivity period for the users. Currently if the users don't perform any activity for 15 minutes they are forced to log in again. I believe this was a setting that ws changed during implementation but I wasn't involved in that piece. Any ideas where that setting may be?
Thanks, ShawnM
Hello - Someone helped me find the files so I thought I would share. <otm_install_path>/tomcat/conf/web.xml and <otm_install_path>/glog/gc3webapp/WEB-INF/web.xml. Edit the following line in each file: <session-timeout>30</session-timeout>
Thanks, ShawnM
Last edited by ShawnM; February 13th, 2009 at 15:06.
Reason: Found files that needed update
|