Explorar el Código

* Parse cookies after initializing request variables

git-svn-id: trunk@15722 -
michael hace 15 años
padre
commit
aa681f5e11
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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