mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:19:24 +02:00
* Parse cookies after initializing request variables
git-svn-id: trunk@15722 -
This commit is contained in:
parent
ab49610156
commit
aa681f5e11
@ -176,6 +176,7 @@ begin
|
||||
begin
|
||||
Result := True;
|
||||
InitRequestVars;
|
||||
ParseCookies;
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user