I am building a new website with a mssql driven online catalog. About 50% of pages needs to send query to the database. I am wondering should I connect and disconnect to the database on each individual page? or should I just put it in the session_onstart and session_onend? Which way is more efficient? Thanks