Scott Moore wrote:
> Hello!
>
> Where would I go to change the settings for OTRS' automatic session
> timeout?
> The tool auto-refreshes for a while, but eventually kicks out to the
> login screen. I want to change that setting...
>
> Scott
>
> _______________________________________________
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support oder Consulting f�r Ihr OTRS System?
> => http://www.otrs.de/
Set the following option in Config.pm
# SessionMaxTime
# (Max valid time ofone session id in seconds (8h = 28800))
$Self->{SessionMaxTime} = 28800;
Adjust the seconds value to the time that you desire.
Hth,
Tyler Hepworth
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/