Session Time Out Countdown Modal Not Working (v2017)

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
prem01628
User
Posts: 23

Session Time Out Countdown Modal Not Working (v2017)

Post 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...


Webmaster
User
Posts: 9425

Post 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.


prem01628
User
Posts: 23

Post 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...


Post Reply