Hello all, I am having a problem with my ASP program. When I launch the initial login screen, it runs a query and populates Application and Session variables in the global.asa file. My problem is, my browser times out before the query is complete. My browser gives me the standard message "The page cannot be displayed...". If I hit the refresh button, then the correct page comes up. Is there any way to complete the query before the browser times out, or direct the user to the correct page and still process the query to populate the session variables? ANy help would be appreciated.