Hi.
I've got an simple WebSite made in asp.net with c#
The web make this:
Open connection (keep for the same session)
make an simple select
Close connection (when logout)

I need to know if it is posible to have only one connection per every sessions we make.

you know: if connection==close
open conection
else
get connection

use conecction

if louout and I0m the last connection
close connection

end

Somethig like that

Thanks...it's very urgent