Buffering the Response Message

Active Server Pages enable you to maintain state in a Web application. State is the ability to retain user information in a Web application. Cookies can be used to maintain state on a user's computer. A Web application can maintain two types of state:
  • Application state

    Information is available to all users of a Web application.

  • Session state

    Information is available only to a user of a specific session.

You maintain state on a user's computer by using cookies. This lesson explains how to maintain state in a Web application.
After this lesson, you will be able to
  • Create and use cookies.
  • Save session-specific information by using the Session object.
  • Save application-specific information by using the Application object.
  • Create events in Global.asa.
Estimated lesson time 40 minutes



Microsoft Windows Architecture Training
Microsoft Windows Architecture for Developers Training Kit
ISBN: B00007FY9D
EAN: N/A
Year: 1998
Pages: 324

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net