diff --git a/packages/fcl-web/src/fpweb.pp b/packages/fcl-web/src/fpweb.pp index beb58fa6c2..390a42f0b3 100644 --- a/packages/fcl-web/src/fpweb.pp +++ b/packages/fcl-web/src/fpweb.pp @@ -442,7 +442,8 @@ begin SendMethodEnter('WebModule('+Name+').handlerequest'); {$endif cgidebug} FRequest := ARequest; //So everything in the web module can access the current request variables - FResponse := AResponse;//So everything in the web module can access the current response variables CheckSession(ARequest); + FResponse := AResponse;//So everything in the web module can access the current response variables + CheckSession(ARequest); DoBeforeRequest(ARequest); B:=False; InitSession(AResponse);