In my online Apps I use quite a few websession variables. When the session expires for lack of use, the App becomes unusable because many parameters disappear.
I want to launch a new login request msg, when the session expires. But how to achieve this?
If I use the Refresh event to validate the session, I will not be able to post the msg, right?