You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
muman613 edited this page Apr 3, 2013
·
8 revisions
Welcome to the muHTTPd wiki!
wxWidgets Library
The muHTTPd project relies on the wxWidgets library for sockets and thread implementation. Several other features of wxWidgets are also used, including strings and file manipulation.
Session Implementation
This section discusses the way that sessions are implemented in the muHTTPd environment.
Use sqlite3 for storage of session tokens and data.