diff --git a/YACReaderLibrary/server/static.h b/YACReaderLibrary/server/static.h index 74abf55b..3425ba7b 100644 --- a/YACReaderLibrary/server/static.h +++ b/YACReaderLibrary/server/static.h @@ -11,6 +11,8 @@ #include "httpsessionstore.h" #include "staticfilecontroller.h" +#include "yacreader_http_session.h" + /** This class contains some static resources that are used by the application. */ @@ -51,6 +53,8 @@ public: /** Storage for session cookies */ static HttpSessionStore* sessionStore; + static QMap yacreaderSessionStore; + /** Controller for static files */ static StaticFileController* staticFileController;