the following code leads to a timeout on browser side and a crashed (internal) EWB web server:
procedure TMainReqHandler.MainReqHandlerHandleRequest(Sender: TObject;
Request: TWebServerRequest);
begin
Request.SendContent(Request.RequestSession.UserName);
end;
"Request.RequestSession.ID" shows the same behaviour. Request.RequestSession is assigned, I checked that. A constant instead of "Request.RequestSession.UserName" works as it should.