Look for the is section in the otrs/Kernel/Config/Default.pm
# SessionMaxIdleTime
# (After this time (in seconds) without new http request, then
# the user get logged off)
$Self->{SessionMaxIdleTime} = 5*60*60;
You should be able to adjust the timeout here. I am not entirely sure about the syntax, but I think this default value is 5 hours.
From: otrs-b...@otrs.org [mailto:otrs-b...@otrs.org] On Behalf Of Michael Webber
Sent: 29 July 2008 16:28
To: User questions and discussions about OTRS.org
Subject: Re: [otrs] Session timeout