Przeglądaj źródła

* FreeNotification was not always set for session, sometimes leading to errors if fastcgi is terminated

git-svn-id: trunk@17066 -
michael 14 lat temu
rodzic
commit
70e9e5b478
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/fcl-web/src/base/websession.pp

+ 1 - 0
packages/fcl-web/src/base/websession.pp

@@ -332,6 +332,7 @@ begin
       begin
 {$ifdef cgidebug}SendDebug('Getting default session');{$endif}
       FSession:=GetDefaultSession;
+      FSession.FreeNotification(Self);
       end;
     Result:=FSession
     end;