cancel
Showing results for 
Search instead for 
Did you mean: 

Infoview - Automatic log off user

Former Member
0 Kudos

Is there a setting where the user will be automatically logged off from infoview if there is no activity, where I can set a time limity?

View Entire Topic
Former Member
0 Kudos

i'm using tomcat 5.5, that came with the install of crystal reports 2008

BasicTek
Advisor
Advisor
0 Kudos

ok so the path is probably boinstall omcat55webappsInfoViewAppWEB-INFweb.xml

<context-param>
  <param-name>logontoken.enabled</param-name> 
  <param-value>false</param-value> 
  </context-param>

<session-config>
  <session-timeout>20</session-timeout>

Also see this [new doc|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/000c1adc-5d56-2b10-7f99-94be28cf3480]

My understanding is that this will cause sessions to expire in 20 minutes (default) and not renew (logontoken set to false)

Regards,

Tim