Session.StaticObjects collection

Collection of session objects declared in the global.asa file.

Usage

Session.StaticObjects(name).member ' access the named object
name.member ' same thing, since static objects are imported into the global namespace

Details

Session-scope COM objects created via the object tag in the global.asa file file are stored in the StaticObjects collection, in addition to being available to the global namespace.