It seems there are two settings to set the session timeout. However I see a discrepancy. Would you agree or I'm wrong.
a) $awareimroot$/bin/BASServer.props
b) $awareimroot$/Tomcat/webapps/AwareIM/webapp.props
At first I thought both settings are based on Milliseconds. But it seems the Tomcat settings is based on Seconds.
So for 30 minutes timeout session:
a) in BASServer.props, I have to use 1800 (in control panel will show 30 minutes)
b) in webapp.propsm I have to use 1800000
Is my finding correct?