Skip to content
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.
  • Set/Clear MUSESSID cookie.
Clone this wiki locally