• Expires – specifies the number of minutes before a page cached on a browser expires. • ExpiresAbsolute – sets the date and time at which a page cached on a browser expires.
• Lock – prevents clients from modifying the variables stored in the Application object. • Unlock – removes the lock from variables stored in the Application object.
Latest Answer: contents.removecontents.removealllockunlock ...
• Application_OnStart – This event will be fired when the first visitor hits the page. • Application_OnEnd – This event runs when the server is stopped.
Latest Answer: application onstartapplication onend ...
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 ...
• Ad Rotator component – a way to manage advertisements on the web site. • Content Linker component – a technique to direct users through a set of pages on a web site by creating
Latest Answer: Content RotatorThe ASP Content Rotator component creates a ContentRotator object that displays a different HTML content string each time a user enters or refreshes a page. A text file, called the Content Schedule File, includes the information about the ...
Objects that can enhance the application are known as the Scripting Objects.
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top