iho writes: > > Hi > > Any idea how could I delay the default session timeout in sqwebmail? > > Thanks. > Ivan in sqwebmail/config.h : /* End session after this many seconds, no matter what */ #define TIMEOUTHARD 86400 /* End session after this many seconds of inactivity */ #define TIMEOUTSOFT 43200 set to number of seconds before timeouts (those are my settings) -- man with the j
