
July 5th, 2007, 05:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 11,753
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Storing and retrieving variables from application object
In this tutorial, we will take a look at Application Object. When you've used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the information. The main diffrences between Session Object and Application Object is Application Object stores information in server memory.
Read the full article here: Storing and retrieving variables from application object
|