how can the session be handled in php for database connection so as to avoid the overhead of connecting every time to the database?
Note:connection to the database is through odbc.
how can the session be handled in php for database connection so as to
Share
Have a look at persistent connections (example #4) at the PHP docu.