Hello, NTC!
I want to detect when a session becomes invalid on the server side, so I can remove rows from an in-memory table related to that specific session.
Can I just call my code from the _DeleteSession(p_SessionID) method of the NetWebServer?
When does a session get deleted? Is it after a period of time, or after a logout, or only when the server is shut down?
Thanks for the help!
Regards,
Flint