We are currently on BO enterprise XIR2. The users need to be logged out of Webi after 30 minutes of inactivity.
Where can I find this setting?
I found one “connection timeout” in CMC- Servers- WebI report Server setting. Is this for Report connectivity or will this also work for my requirement?
There is a session timeout property I’ve seen before in one of the .jsp’s or xml. I believe it is in one of the subfolders beneath Tomcat if using this as your application server. It is set to 20 minutes by default. if you search for session you should find it. Could change 20 to 30.
Not sure about the webi report server - I’d guess this related to the time before the process it controls end rather than the logout property.
Hope this helps - sorry I cant’ be more specgic about the file concerned.
I found the xml that you were referring to it is in
"…\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF\web.xml
I find that although this is 20 minutes, my connection timeout in the webreport server is set to 240 min. My session still stays to 4 hours even though session timeout is set to 20 min.
Is it possible that even though <session - timeout> parameter is set to 20 min, because of the connection timeout the session stays active?
Thanks,
This sounds to be the case. You could try reducing this - though you may find any long-running reports wouldn’t finish. There is also a connection timeout for inactive jobs on the properties of the connection server you may wish to check.
Theres another timeout for the ConnectionServer “Timeout for Inactive Jobs” and currenly set to 500 minutes!! I dont think we’ve changed it, so i’m guessing thats default.
I cant find any BO documentation that explains what this timeout actually does!! (i.e. disconnects from the datasource?)