Page 1 of 1

Session Time Out Countdown Modal Not Working (v2017)

Posted: Wed Jan 10, 2018 4:02 pm
by prem01628

I am using ASP.Net Maker 2017.0.2

My settings related to session in advanced settings is given below:

Session timeout Period (minutes) : 20
Session keep alive interval (seconds) : 300
Session timeout countdown period (seconds) : 120

session expires after 20 minutes but no dialog / modal appears of countdown...


Re: Session Time Out Countdown Modal Not Working (v2017)

Posted: Thu Jan 11, 2018 9:31 am
by Webmaster

If you enable session keep alive (Session keep alive interval > 0), session keep alive messages will be sent and the session will not timeout. Set the value to 0 and try again.


Re: Session Time Out Countdown Modal Not Working (v2017)

Posted: Sun Jan 14, 2018 7:03 am
by prem01628

Now i set the value of Session keep alive interval (seconds) : 0
Its working.....
After 20 minutes Session Time Out Countdown Modal appears with 2 minutes count down...