Atozed Forums
Session Timeout Custom HTML page - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Session Timeout Custom HTML page (/thread-1102.html)



Session Timeout Custom HTML page - msgopala - 06-12-2019

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


RE: Session Timeout Custom HTML page - Jose Nilton Pace - 06-12-2019

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.