Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax.
Documentation for this section has not yet been entered.
The
SessionStateStoreData.StaticObjects property is provided for compatibility with earlier versions of ASP.
Custom session-store implementers can obtain a reference to the System.Web.HttpStaticObjectsCollection class for the current System.Web.HttpContext instance using the SessionStateUtility.GetSessionStaticObjects(System.Web.HttpContext) method.
Custom objects stored in the SessionStateStoreData.StaticObjects collection must support binary serialization. For more information, see Binary Serialization.