Page

8.6.0- Summary

  by NT Community Manager.
Last Updated  by NT Community Manager.  

PublicCategorized as 08. Applications, Sessions and Cookies.

Not tagged.
<< 8.5.1- Cookies - The End of the Line? Chapter8

Summary

The world of web-based applications is made possible by Active Server Pages and the Application and Session objects. These powerful objects allow you transform a web site from a series of linked pages to an actual application by creating a means to hold user information from page to page. In this chapter, we have looked at:

 

  • How cookies can help us store information over a long period of time, and even after the user has left our site
  • When and how to use cookies to store information at the client's computer
  • How the Application object can be used to store information that can be accessed by all users accessing a web site
  • What the global.asa file is used for, and how it helps us interact with the beginning and the end of sessions and applications
  • The powerful Session object, which allows us to treat a user's interaction with the web site as a continuous action, rather than just a disconnected series of page requests

 

Now that we are on our way towards building web-based applications, we will need to look at some good coding techniques and how we can go about debugging our code. That's the subject of our next chapter.


<< 8.5.1- Cookies - The End of the Line? Chapter8

Copyright © 2003 by Wiley Publishing, Inc.

Powered by Near-TimeTerms of Services | Privacy Policy | Security Policy |