Jump to content

Need Help when reopen Application again terminated aplication (amazon+apache2) why?


Ulugbek

Recommended Posts

procedure TMainForm.Signout;
begin
  MessageDlg('Вы уверены, что хотите выйти?', mtConfirmation, mbYesNo,
  procedure(AResult: Integer)
  begin
    if AResult=mrYes then Close;
  end);
end;

 

Link to comment
Share on other sites

I found this topic I do not know yet help

http://forums.unigui.com/index.php?/topic/2216-isapi-session-time-out-solved/?hl=session+time+out

Well, after asking to my Host provider, they found a 'solution' (to random 'session time out' problem)

Simply move the ISAPI.dll to 'Isapi application pool' under IIS .. and voila ! never more the 'session time out' problem.

What is this 'application pool' ? .. is something that in some way 'isolates' the application from others. But frankly I don't care :-) It just works.

Anyway thanks Farjad for magnificiente job !

Robert

I Will Try With IIS 7

Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...