Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SessionTimeout
#3
Hi,

It does not work. It's still the value you have set up from the start that is the the timeout value

This is ignored:

..
..
      0: Begin  { Logon ok }
            InitateUserPartdata(UserId);
            IWServerController.SessionTimeout:=(60 * 5);    { 5 hours }
            If (UserSession.SysUser) then begin
              IWServerController.SessionTimeout:=60;
            end;
            if (UserSession.UserId = 'NXXXI1') then begin { My test }
              IWServerController.SessionTimeout:=5;
            end;
Reply


Messages In This Thread
SessionTimeout - by Mikael Nilsson - 12-02-2019, 02:17 PM
RE: SessionTimeout - by Alexandre Machado - 12-03-2019, 08:16 AM
RE: SessionTimeout - by Mikael Nilsson - 12-03-2019, 11:06 AM
RE: SessionTimeout - by magosk - 12-03-2019, 11:30 AM
RE: SessionTimeout - by Mikael Nilsson - 12-03-2019, 11:54 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)