Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Session Timeout Custom HTML page
#1
Embarcadero® Delphi 10 Seattle Version 23.0.20618.2753 
Intraweb 15.0.14
TMS pack Pro
FastReport 5

Followed the Demo CustomizingExceptions\UsingTemplates and created a custom Templates with the IWSessionimeout.html page. My project still timeouts with the generic sessiontimeout page instead of this new page.


Please let me know what I may be missing or doing wrong.



Thanks
Reply
#2
Hi. I suggest you to change to this demo. Only change:
Code:
  if (AException is EIWNoSessionId) or
     (AException is EExpiredSession) or
     (AException is EInvalidAppID) or
     (AException is EInvalidSession) then begin
Add these options to the demo.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)