Sam Varshavchik writes:
> On Mon, 13 Nov 2000, Francis P. Ling wrote:
>
> >
> > Sam,
> >
> > What the difference between the two types of timeouts?
>
> Soft timeout - timeout between any kind of activity. Sessions inactive
> longer than this period are logged out.
>
> Hard timeout - absolute maximum length of a login session.
>
> > Can I can the timeout settings without having to recompile the whole dist?
>
> No.
>
>
> --
> Sam
>
How to disable the hard-timeout? Do I recompile with --disable-hardtimeout
or --enable-hardtimeout=no
Thanks!