Jump to content

Recommended Posts

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

 

Posted

It's exception shows often I don't know Why

Maybe replace Apache to IIS 7? And Create Pool?

Maybe After Close

or Before Close I should DB Connection Close I Use MYDAC

Posted

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

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...