Implement session management where the litehttpd server maintains webclass objects in memory. A session id is passed between client and server to track requests. Webclass objects stored in memory will be released after a user specified timeout.
Log in to post a comment.