I wrote a couple of custom extensions.
Each of the extension has to fetch data from a sql db.
Is it possible to define a "global" connetion, that can be used through all extensions (like a session varaible in asp.net) or mast every extention handle its own connection?
Thanks for your reply
Regards HaPe