mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Move from session based state to client side tokens.
YACReaderHttpSession is still used, but it is not a http session anymore.
This commit is contained in:
@ -11,8 +11,6 @@ LibrariesControllerV2::LibrariesControllerV2() {}
|
||||
|
||||
void LibrariesControllerV2::service(HttpRequest& request, HttpResponse& response)
|
||||
{
|
||||
HttpSession session=Static::sessionStore->getSession(request,response,false);
|
||||
|
||||
response.setHeader("Content-Type", "application/json");
|
||||
response.setHeader("Connection","close");
|
||||
|
||||
|
Reference in New Issue
Block a user