Re: authDBI connect on init?
According to Adam Gotheridge: > Is there anyway to get AuthDBI to connect on initialization of the web server > like you can with "DBI->connect_on_init(...)"? AuthDBI uses DBI, so all you have to do is use Apache::DBI and make sure the connect string is exactly the same. Les Mikesell [EMAIL
authDBI connect on init?
Is there anyway to get AuthDBI to connect on initialization of the web server like you can with "DBI->connect_on_init(...)"?