Browse Source

* Parse cookies after initializing request variables

git-svn-id: trunk@15722 -
michael 15 năm trước cách đây
mục cha
commit
aa681f5e11
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/fcl-web/src/base/custfcgi.pp

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

@@ -176,6 +176,7 @@ begin
                           begin
                           Result := True;
                           InitRequestVars;
+                          ParseCookies;
                           end
                         else
                           begin