How to make use of timeoutInterval and sessionTime...
# 🤝help
t
"dialog": { "janitorInterval": "10s", "timeoutInterval": "1m", "sessionTimeoutInterval": "40s" }, I have set this when sessionTimeoutInterval is reaching 40 sec I am displaying message to the user using hook. But when timeoutInterval is reached I also want one hook so that I can know session is expired can someone help me on this?
2 Views