Ulugbek Posted October 3, 2013 Posted October 3, 2013 Random 'session time out' problem Need Help when reopen Application again terminated aplication (amazon+apache2) why? This is my first application http://54.200.1.79/ login admind pass admin Quote
estrify Posted October 3, 2013 Posted October 3, 2013 Random 'session time out' problem Need Help when reopen Application again terminated aplication (amazon+apache2) why? This is my first application http://54.200.1.79/ login admind pass admin Please, take a look to http://forums.unigui.com/index.php?/topic/3261-random-problem-web-session-terminated-with-a-new-session/?p=15130 Regards, Quote
Ulugbek Posted October 3, 2013 Author Posted October 3, 2013 But this message show Invalid session or session Timeout. its exceptionn Quote
Sherzod Posted October 3, 2013 Posted October 3, 2013 Hi Ulugbek. What code is executed when the application is closing? Can you give the code snippet? Regards... Quote
Ulugbek Posted October 3, 2013 Author Posted October 3, 2013 procedure TMainForm.Signout; begin MessageDlg('Вы уверены, что хотите выйти?', mtConfirmation, mbYesNo, procedure(AResult: Integer) begin if AResult=mrYes then Close; end); end; Quote
Sherzod Posted October 4, 2013 Posted October 4, 2013 Hi Ulugbek. Basically, you're doing it right ... Sorry, even I Do not Know what to say ... Sincerely. Quote
Ulugbek Posted October 4, 2013 Author Posted October 4, 2013 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 Quote
Ulugbek Posted October 4, 2013 Author Posted October 4, 2013 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 Quote
Ulugbek Posted October 13, 2013 Author Posted October 13, 2013 Please, take a look to http://forums.unigui.com/index.php?/topic/3261-random-problem-web-session-terminated-with-a-new-session/?p=15130 Regards, Thank's solved problem Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.