Page 1 of 1

storing connection info in the session

Posted: Tue Mar 30, 2004 7:53 am
by davidklonski
Hi

I was wondering whether it is considered a good practice to store a database connection and selection info in the user session.
Otherwise, I will have to re-connect to the database upon every request.

thanks