Platform SDK: IIS SDK |
The StaticObjects collection contains all of the objects created by using the <OBJECT> tag within the scope of the session object. The collection can be used to determine the value of a specific property for an object, or to iterate through the collection and retrieve all properties for all objects.
Session.StaticObjects( Key)
You can use an iterating control structure to loop through the keys of the StaticObjects collection, as shown in the following example:
<%
Dim objProp
For Each objProp in Session.StaticObjects
If IsObject(Session.StaticObjects(objProp)) Then
Response.write(objProp & " : Session object cannot be displayed."&_
"<BR>")
Else
Response.write(objprop & " : " & Session.StaticObjects(objprop) &_
"<BR>")
End if
Next
%>
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
What did you think of this topic? |
Order a Platform SDK CD |
file: /Techref/language/asp/OBJ/ref_vbom_sesocsoc.htm, 3KB, , updated: 2003/5/15 13:13, local time: 2024/11/22 03:10,
3.147.53.90:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/language/asp/OBJ/ref_vbom_sesocsoc.htm"> Session.StaticObjects Colleciton</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.