Hi,
I'm working on an application over NetOS 6.3.
I set HTTP server session_timeout time, it works.
But if I sets up an external user by
void SpwdSetExternalUser(rpAccess accessCode, spwdPasswordFunction externalHandler);
then HTTP server will not time out.
What is this problem? and how to solve it?
Thanks