I have a php page that starts with a session_start() and it stores the user info in the session variables. After that it goes either into (1) the long loop script does calcula
I think I just solved it. Instead of using session_destroy(), session_write_close() would solve this problem.
session_destroy()
session_write_close()