mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 10:16:00 +03:00
Merge pull request #2923 from pmzqla/webui-session
WebUI: create a new session for each user
This commit is contained in:
commit
3d41aced2b
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ AbstractWebApplication::~AbstractWebApplication()
|
|||
|
||||
Http::Response AbstractWebApplication::processRequest(const Http::Request &request, const Http::Environment &env)
|
||||
{
|
||||
session_ = 0;
|
||||
request_ = request;
|
||||
env_ = env;
|
||||
|
||||
|
|
Loading…
Reference in a new issue