I'm using PHPLIB to access the database, but it seems that with each new 'page' the DB object does not maintain the same connection to the database - this results in the DB transaction being 'split' across two DB connections.
I want to use one connection that to be used across the entire session.Instead for each page we are getting a new connection.
I want a solution for this.
Note:Iam using php3.