A. Setting the [component name].scope property. B. Using the Server.CreateObject method. C. Placing it in the Session or Application OnStart event handler. D. Instantiating the component in the global.asa
Latest Answer : Its Option E. tag ...
A. Client actions cannot change Application variables. B. The change is not visible to any client until the application is stopped and started. C. The change is only visible to future requests made by
Latest Answer : Answer : E ...
A. Server B. Response C. Request D. Session
Latest Answer : Ans:Response ...
It stores information about a User’s session. Gives a notification when a user session begins or ends.
Latest Answer : By using session object we can maintaing the state of the data which is helpful for maintaining the session(i.e to keep track of the information of the same client during the consecutive visits of the application)we can obtain the session object by using ...
A user accessing an application is known as a session.
• Contents collection – contains all the variables established for a session without using the tag. • Static collection – contains all the objects created with the
Latest Answer : There are two collections. 1. Contents - Contains all the items appended to the session through a script command. 2. StaticObjects - Contains all the objects appended to the session with the HTML tag ...
• SessionID – returns the session identification number for each user. • Timeout – sets the timeout period assigned to the Session object for any application, in minutes. • CodePage
Latest Answer : There are four properties in Session Object. 1. CodePage 2. LCID 3. SessionID 4. ...
The Session Object has only one method, which is Abandon. It destroys all the objects stored in a Session Object and releases the server resources they occupied.
Latest Answer : content.removecontent.removeallabondan ...
A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.
Latest Answer : Answer is D ...
• Request Object • Response Object • Server Object • Session Object • Application Object
Latest Answer : There are 9 objects they are1. Response2. Request3. Server4. Application5. Session6. ASPError7. ObjectContext8. Filesystem Object9. Dictionary ...