소스 검색

* Parse cookies after initializing request variables

git-svn-id: trunk@15722 -
michael 15 년 전
부모
커밋
aa681f5e11
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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