Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Session Id
#3
Yes it is the built-in log file that catches all exceptions.
I was thinking it was passed to Webapplication.

I can set the timeout like this.
{ Set Session timeout -----------------------------------------------------}
WebApplication.SessionTimeout:=30; { 30 minutes is default }
if (UserSession.pID = 7) then begin
WebApplication.SessionTimeout:=(60 * 3); { 3 hours for Martin & Servera }
end;
{ ------------------------------------------------------------------------ }
Reply


Messages In This Thread
Session Id - by Mikael Nilsson - 01-15-2020, 12:47 PM
RE: Session Id - by Alexandre Machado - 01-16-2020, 02:39 AM
RE: Session Id - by Mikael Nilsson - 01-16-2020, 06:48 AM
RE: Session Id - by DanBarclay - 01-17-2020, 01:10 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)