Web Login timeout

I’m truing to find the web login idle timeout setting. I can’t seem to find any documentation on it.

Anyone know where I can find this setting and if it’s changeable ? Yes I want to increase it.

Thanks

[QUOTE=cisaksen;39151]I’m truing to find the web login idle timeout setting. I can’t seem to find any documentation on it.

Anyone know where I can find this setting and if it’s changeable ? Yes I want to increase it.

Thanks[/QUOTE]
Hi
The only thing I can see is a tomcat setting for session-timeout;

/etc/tomcat/web.xml:        <session-timeout>30</session-timeout>

That setting is in minutes, 30 not enough?

thanks I’ll give it a try.