2 different php request at same time per user
Posted
by Oguz
on Stack Overflow
See other posts from Stack Overflow
or by Oguz
Published on 2010-05-30T13:15:22Z
Indexed on
2010/05/30
13:22 UTC
Read the original article
Hit count: 293
I have a website which has 2 pages , (home_page.php and action_page.php)Action page takes aprx. 2 minutes to completely load (server side takes 2 minutes) . But if user clicks to home page link while action page is loading , browser does not go to home page , until action page is completely loaded . First of all what is the reason of this ? (bowser ? php ? apache ?) and how can I avoid this ?
Thank you
© Stack Overflow or respective owner